Html Css Color HEX #995AB6 Deep Lilac

📋 copy color: '#995AB6'

red 153 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #995AB6

Tints of Deep Lilac #995AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 182 (71.48% from 255) = 42.82%

R = 36%
G = 21.18%
B = 42.82%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#995AB6 (or 0x995AB6) is known color: Deep Lilac. HEX triplet: 99, 5A and B6. RGB value is (153,90,182). Sum of RGB (Red+Green+Blue) = 153+90+182=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #995AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AB6 is #66A549. Grayscale: #777777. Windows color (decimal): -6726986 or 11950745. OLE color: 11950745.

HSL color Cylindrical-coordinate representation of color #995AB6: hue angle of 281.09º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995AB6 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 90 182 -
CMYK 0.16 0.51 0 0.29
HSL 281.09º 0.39% 0.53% -
HSV(B) 281.09º 0.51% 0.71% -
XYZ 25.24 17.46 46.3 -
YUV 119.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 153 90 182 0.16 0.51 0 0.29 281.09 0.39 0.53
Hex 99 5A B6 10 33 0 1D 119 27 35
Octal 231 132 266 20 63 0 35 431 47 65
Binary 10011001 1011010 10110110 10000 110011 0 11101 100011001 100111 110101

Color Harmonies of #995AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AB6

Black with #995AB6

Text Example


Text Example

White with #995AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,182); }

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

background-color css

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

 a { background-color: rgb(153,90,182); }

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

border-color css

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

 span { border-color: rgb(153,90,182); }

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