Html Css Color HEX #995EB2 Deep Lilac

📋 copy color: '#995EB2'

red 153 ◦ green 94 ◦ blue 178

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

Shades of Deep Lilac #995EB2

Tints of Deep Lilac #995EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 36%
G = 22.12%
B = 41.88%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#995EB2 (or 0x995EB2) is known color: Deep Lilac. HEX triplet: 99, 5E and B2. RGB value is (153,94,178). Sum of RGB (Red+Green+Blue) = 153+94+178=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #995EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EB2 is #66A14D. Grayscale: #787878. Windows color (decimal): -6725966 or 11689625. OLE color: 11689625.

HSL color Cylindrical-coordinate representation of color #995EB2: hue angle of 282.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995EB2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 94 178 -
CMYK 0.14 0.47 0 0.30
HSL 282.14º 0.35% 0.53% -
HSV(B) 282.14º 0.47% 0.7% -
XYZ 25.18 17.99 44.27 -
YUV 121.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 153 94 178 0.14 0.47 0 0.30 282.14 0.35 0.53
Hex 99 5E B2 E 2F 0 1E 11A 23 35
Octal 231 136 262 16 57 0 36 432 43 65
Binary 10011001 1011110 10110010 1110 101111 0 11110 100011010 100011 110101

Color Harmonies of #995EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EB2

Black with #995EB2

Text Example


Text Example

White with #995EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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