Html Css Color HEX #955EF1 Medium Purple

📋 copy color: '#955EF1'

red 149 ◦ green 94 ◦ blue 241

#955EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #955EF1

Tints of Medium Purple #955EF1

RGB

 RED value IS 149 (58.59% from 255) = 30.79%

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 30.79%
G = 19.42%
B = 49.79%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#955EF1 (or 0x955EF1) is known color: Medium Purple. HEX triplet: 95, 5E and F1. RGB value is (149,94,241). Sum of RGB (Red+Green+Blue) = 149+94+241=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #955EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EF1 is #6AA10E. Grayscale: #7E7E7E. Windows color (decimal): -6988047 or 15818389. OLE color: 15818389.

HSL color Cylindrical-coordinate representation of color #955EF1: hue angle of 262.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955EF1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 94 241 -
CMYK 0.38 0.61 0 0.05
HSL 262.45º 0.84% 0.66% -
HSV(B) 262.45º 0.61% 0.95% -
XYZ 32.27 20.75 85.52 -
YUV 127.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 149 94 241 0.38 0.61 0 0.05 262.45 0.84 0.66
Hex 95 5E F1 26 3D 0 5 106 54 42
Octal 225 136 361 46 75 0 5 406 124 102
Binary 10010101 1011110 11110001 100110 111101 0 101 100000110 1010100 1000010

Color Harmonies of #955EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EF1

Black with #955EF1

Text Example


Text Example

White with #955EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955EF1; }

 p { color: rgb(149,94,241); }

 H1.HeaderClassName
 {
   color: #955EF1;
 }
 .AnyTagClassName
 {
   color: #955EF1;
 }
</style>

background-color css

<style>
 a { background-color: #955EF1; }

 a { background-color: rgb(149,94,241); }

 div.DivClassName
 {
   background-color: #955EF1;
 }
 .BgClassName
 {
   background-color: #955EF1;
 }
</style>

border-color css

<style>
 span { border-color: #955EF1; }

 span { border-color: rgb(149,94,241); }

 td.TdClassName
 {
   border-color: #955EF1;
 }
 .TagClassName
 {
   border-color: #955EF1;
 }
</style>