Html Css Color HEX #995DC0 Deep Lilac

📋 copy color: '#995DC0'

red 153 ◦ green 93 ◦ blue 192

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

Shades of Deep Lilac #995DC0

Tints of Deep Lilac #995DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 34.93%
G = 21.23%
B = 43.84%

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

#995DC0 (or 0x995DC0) is known color: Deep Lilac. HEX triplet: 99, 5D and C0. RGB value is (153,93,192). Sum of RGB (Red+Green+Blue) = 153+93+192=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #995DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC0 is #66A23F. Grayscale: #797979. Windows color (decimal): -6726208 or 12606873. OLE color: 12606873.

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

Color convert

RGB 153 93 192 -
CMYK 0.20 0.52 0 0.25
HSL 276.36º 0.44% 0.56% -
HSV(B) 276.36º 0.52% 0.75% -
XYZ 26.57 18.41 52.02 -
YUV 122.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 153 93 192 0.20 0.52 0 0.25 276.36 0.44 0.56
Hex 99 5D C0 14 34 0 19 114 2C 38
Octal 231 135 300 24 64 0 31 424 54 70
Binary 10011001 1011101 11000000 10100 110100 0 11001 100010100 101100 111000

Color Harmonies of #995DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DC0

Black with #995DC0

Text Example


Text Example

White with #995DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,192); }

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

background-color css

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

 a { background-color: rgb(153,93,192); }

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

border-color css

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

 span { border-color: rgb(153,93,192); }

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