Html Css Color HEX #995FAA Deep Lilac

📋 copy color: '#995FAA'

red 153 ◦ green 95 ◦ blue 170

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

Shades of Deep Lilac #995FAA

Tints of Deep Lilac #995FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 36.6%
G = 22.73%
B = 40.67%

CMYK

 C value IS 0.1

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#995FAA (or 0x995FAA) is known color: Deep Lilac. HEX triplet: 99, 5F and AA. RGB value is (153,95,170). Sum of RGB (Red+Green+Blue) = 153+95+170=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #995FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995FAA is #66A055. Grayscale: #787878. Windows color (decimal): -6725718 or 11165593. OLE color: 11165593.

HSL color Cylindrical-coordinate representation of color #995FAA: hue angle of 286.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995FAA is Cyan = 0.1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 95 170 -
CMYK 0.1 0.44 0 0.33
HSL 286.4º 0.31% 0.52% -
HSV(B) 286.4º 0.44% 0.67% -
XYZ 24.48 17.86 40.19 -
YUV 120.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 153 95 170 0.1 0.44 0 0.33 286.4 0.31 0.52
Hex 99 5F AA A 2C 0 21 11E 1F 34
Octal 231 137 252 12 54 0 41 436 37 64
Binary 10011001 1011111 10101010 1010 101100 0 100001 100011110 11111 110100

Color Harmonies of #995FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FAA

Black with #995FAA

Text Example


Text Example

White with #995FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,170); }

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

background-color css

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

 a { background-color: rgb(153,95,170); }

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

border-color css

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

 span { border-color: rgb(153,95,170); }

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