Html Css Color HEX #995CBF Deep Lilac

📋 copy color: '#995CBF'

red 153 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #995CBF

Tints of Deep Lilac #995CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 35.09%
G = 21.1%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995CBF (or 0x995CBF) is known color: Deep Lilac. HEX triplet: 99, 5C and BF. RGB value is (153,92,191). Sum of RGB (Red+Green+Blue) = 153+92+191=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #995CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBF is #66A340. Grayscale: #797979. Windows color (decimal): -6726465 or 12541081. OLE color: 12541081.

HSL color Cylindrical-coordinate representation of color #995CBF: hue angle of 276.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995CBF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 92 191 -
CMYK 0.20 0.52 0 0.25
HSL 276.97º 0.44% 0.55% -
HSV(B) 276.97º 0.52% 0.75% -
XYZ 26.37 18.19 51.41 -
YUV 121.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 153 92 191 0.20 0.52 0 0.25 276.97 0.44 0.55
Hex 99 5C BF 14 34 0 19 115 2C 37
Octal 231 134 277 24 64 0 31 425 54 67
Binary 10011001 1011100 10111111 10100 110100 0 11001 100010101 101100 110111

Color Harmonies of #995CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CBF

Black with #995CBF

Text Example


Text Example

White with #995CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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