Html Css Color HEX #995AB2 Deep Lilac

📋 copy color: '#995AB2'

red 153 ◦ green 90 ◦ blue 178

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

Shades of Deep Lilac #995AB2

Tints of Deep Lilac #995AB2

RGB

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

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

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

R = 36.34%
G = 21.38%
B = 42.28%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#995AB2 (or 0x995AB2) is known color: Deep Lilac. HEX triplet: 99, 5A and B2. RGB value is (153,90,178). Sum of RGB (Red+Green+Blue) = 153+90+178=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #995AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AB2 is #66A54D. Grayscale: #767676. Windows color (decimal): -6726990 or 11688601. OLE color: 11688601.

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

Color convert

RGB 153 90 178 -
CMYK 0.14 0.49 0 0.30
HSL 282.95º 0.36% 0.53% -
HSV(B) 282.95º 0.49% 0.7% -
XYZ 24.83 17.3 44.15 -
YUV 118.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 153 90 178 0.14 0.49 0 0.30 282.95 0.36 0.53
Hex 99 5A B2 E 31 0 1E 11B 24 35
Octal 231 132 262 16 61 0 36 433 44 65
Binary 10011001 1011010 10110010 1110 110001 0 11110 100011011 100100 110101

Color Harmonies of #995AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AB2

Black with #995AB2

Text Example


Text Example

White with #995AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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