Html Css Color HEX #955EBE Deep Lilac

📋 copy color: '#955EBE'

red 149 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #955EBE

Tints of Deep Lilac #955EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 34.41%
G = 21.71%
B = 43.88%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#955EBE (or 0x955EBE) is known color: Deep Lilac. HEX triplet: 95, 5E and BE. RGB value is (149,94,190). Sum of RGB (Red+Green+Blue) = 149+94+190=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #955EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EBE is #6AA141. Grayscale: #797979. Windows color (decimal): -6988098 or 12476053. OLE color: 12476053.

HSL color Cylindrical-coordinate representation of color #955EBE: hue angle of 274.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955EBE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 94 190 -
CMYK 0.22 0.51 0 0.25
HSL 274.38º 0.42% 0.56% -
HSV(B) 274.38º 0.51% 0.75% -
XYZ 25.69 18.11 50.86 -
YUV 121.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 149 94 190 0.22 0.51 0 0.25 274.38 0.42 0.56
Hex 95 5E BE 16 33 0 19 112 2A 38
Octal 225 136 276 26 63 0 31 422 52 70
Binary 10010101 1011110 10111110 10110 110011 0 11001 100010010 101010 111000

Color Harmonies of #955EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EBE

Black with #955EBE

Text Example


Text Example

White with #955EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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