Html Css Color HEX #995EBE Deep Lilac

📋 copy color: '#995EBE'

red 153 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #995EBE

Tints of Deep Lilac #995EBE

RGB

 RED value IS 153 (60.16% from 255) = 35.01%

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

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

R = 35.01%
G = 21.51%
B = 43.48%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995EBE (or 0x995EBE) is known color: Deep Lilac. HEX triplet: 99, 5E and BE. RGB value is (153,94,190). Sum of RGB (Red+Green+Blue) = 153+94+190=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #995EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EBE is #66A141. Grayscale: #7A7A7A. Windows color (decimal): -6725954 or 12476057. OLE color: 12476057.

HSL color Cylindrical-coordinate representation of color #995EBE: hue angle of 276.88º 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 #995EBE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 94 190 -
CMYK 0.19 0.51 0 0.25
HSL 276.88º 0.42% 0.56% -
HSV(B) 276.88º 0.51% 0.75% -
XYZ 26.43 18.5 50.89 -
YUV 122.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 153 94 190 0.19 0.51 0 0.25 276.88 0.42 0.56
Hex 99 5E BE 13 33 0 19 115 2A 38
Octal 231 136 276 23 63 0 31 425 52 70
Binary 10011001 1011110 10111110 10011 110011 0 11001 100010101 101010 111000

Color Harmonies of #995EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EBE

Black with #995EBE

Text Example


Text Example

White with #995EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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