Html Css Color HEX #9955C8 Deep Lilac

📋 copy color: '#9955C8'

red 153 ◦ green 85 ◦ blue 200

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

Shades of Deep Lilac #9955C8

Tints of Deep Lilac #9955C8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 34.93%
G = 19.41%
B = 45.66%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9955C8 (or 0x9955C8) is known color: Deep Lilac. HEX triplet: 99, 55 and C8. RGB value is (153,85,200). Sum of RGB (Red+Green+Blue) = 153+85+200=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #9955C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955C8 is #66AA37. Grayscale: #767676. Windows color (decimal): -6728248 or 13129113. OLE color: 13129113.

HSL color Cylindrical-coordinate representation of color #9955C8: hue angle of 275.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9955C8 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 85 200 -
CMYK 0.24 0.58 0 0.22
HSL 275.48º 0.51% 0.56% -
HSV(B) 275.48º 0.58% 0.78% -
XYZ 26.81 17.44 56.6 -
YUV 118.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 153 85 200 0.24 0.58 0 0.22 275.48 0.51 0.56
Hex 99 55 C8 18 3A 0 16 113 33 38
Octal 231 125 310 30 72 0 26 423 63 70
Binary 10011001 1010101 11001000 11000 111010 0 10110 100010011 110011 111000

Color Harmonies of #9955C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955C8

Black with #9955C8

Text Example


Text Example

White with #9955C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9955C8; }

 p { color: rgb(153,85,200); }

 H1.HeaderClassName
 {
   color: #9955C8;
 }
 .AnyTagClassName
 {
   color: #9955C8;
 }
</style>

background-color css

<style>
 a { background-color: #9955C8; }

 a { background-color: rgb(153,85,200); }

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

border-color css

<style>
 span { border-color: #9955C8; }

 span { border-color: rgb(153,85,200); }

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