Html Css Color HEX #9951CC Deep Lilac

📋 copy color: '#9951CC'

red 153 ◦ green 81 ◦ blue 204

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

Shades of Deep Lilac #9951CC

Tints of Deep Lilac #9951CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 34.93%
G = 18.49%
B = 46.58%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9951CC (or 0x9951CC) is known color: Deep Lilac. HEX triplet: 99, 51 and CC. RGB value is (153,81,204). Sum of RGB (Red+Green+Blue) = 153+81+204=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9951CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951CC is #66AE33. Grayscale: #747474. Windows color (decimal): -6729268 or 13390233. OLE color: 13390233.

HSL color Cylindrical-coordinate representation of color #9951CC: hue angle of 275.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9951CC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 81 204 -
CMYK 0.25 0.60 0 0.2
HSL 275.12º 0.55% 0.56% -
HSV(B) 275.12º 0.6% 0.8% -
XYZ 26.98 17.02 58.99 -
YUV 116.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 153 81 204 0.25 0.60 0 0.2 275.12 0.55 0.56
Hex 99 51 CC 19 3C 0 14 113 37 38
Octal 231 121 314 31 74 0 24 423 67 70
Binary 10011001 1010001 11001100 11001 111100 0 10100 100010011 110111 111000

Color Harmonies of #9951CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951CC

Black with #9951CC

Text Example


Text Example

White with #9951CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9951CC; }

 p { color: rgb(153,81,204); }

 H1.HeaderClassName
 {
   color: #9951CC;
 }
 .AnyTagClassName
 {
   color: #9951CC;
 }
</style>

background-color css

<style>
 a { background-color: #9951CC; }

 a { background-color: rgb(153,81,204); }

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

border-color css

<style>
 span { border-color: #9951CC; }

 span { border-color: rgb(153,81,204); }

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