Html Css Color HEX #995CAF Deep Lilac

📋 copy color: '#995CAF'

red 153 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #995CAF

Tints of Deep Lilac #995CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 36.43%
G = 21.9%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#995CAF (or 0x995CAF) is known color: Deep Lilac. HEX triplet: 99, 5C and AF. RGB value is (153,92,175). Sum of RGB (Red+Green+Blue) = 153+92+175=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #995CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995CAF is #66A350. Grayscale: #777777. Windows color (decimal): -6726481 or 11492505. OLE color: 11492505.

HSL color Cylindrical-coordinate representation of color #995CAF: hue angle of 284.1º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995CAF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 92 175 -
CMYK 0.13 0.47 0 0.31
HSL 284.1º 0.34% 0.52% -
HSV(B) 284.1º 0.47% 0.69% -
XYZ 24.7 17.52 42.64 -
YUV 119.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 153 92 175 0.13 0.47 0 0.31 284.1 0.34 0.52
Hex 99 5C AF D 2F 0 1F 11C 22 34
Octal 231 134 257 15 57 0 37 434 42 64
Binary 10011001 1011100 10101111 1101 101111 0 11111 100011100 100010 110100

Color Harmonies of #995CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CAF

Black with #995CAF

Text Example


Text Example

White with #995CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,175); }

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

background-color css

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

 a { background-color: rgb(153,92,175); }

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

border-color css

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

 span { border-color: rgb(153,92,175); }

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