Html Css Color HEX #9955CA Deep Lilac

📋 copy color: '#9955CA'

red 153 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #9955CA

Tints of Deep Lilac #9955CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 34.77%
G = 19.32%
B = 45.91%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9955CA (or 0x9955CA) is known color: Deep Lilac. HEX triplet: 99, 55 and CA. RGB value is (153,85,202). Sum of RGB (Red+Green+Blue) = 153+85+202=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9955CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955CA is #66AA35. Grayscale: #767676. Windows color (decimal): -6728246 or 13260185. OLE color: 13260185.

HSL color Cylindrical-coordinate representation of color #9955CA: hue angle of 274.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9955CA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 85 202 -
CMYK 0.24 0.58 0 0.21
HSL 274.87º 0.52% 0.56% -
HSV(B) 274.87º 0.58% 0.79% -
XYZ 27.05 17.53 57.84 -
YUV 118.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 153 85 202 0.24 0.58 0 0.21 274.87 0.52 0.56
Hex 99 55 CA 18 3A 0 15 113 34 38
Octal 231 125 312 30 72 0 25 423 64 70
Binary 10011001 1010101 11001010 11000 111010 0 10101 100010011 110100 111000

Color Harmonies of #9955CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955CA

Black with #9955CA

Text Example


Text Example

White with #9955CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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