Html Css Color HEX #9B55CC Deep Lilac

📋 copy color: '#9B55CC'

red 155 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #9B55CC

Tints of Deep Lilac #9B55CC

RGB

 RED value IS 155 (60.94% from 255) = 34.91%

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

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

R = 34.91%
G = 19.14%
B = 45.95%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B55CC (or 0x9B55CC) is known color: Deep Lilac. HEX triplet: 9B, 55 and CC. RGB value is (155,85,204). Sum of RGB (Red+Green+Blue) = 155+85+204=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55CC is #64AA33. Grayscale: #777777. Windows color (decimal): -6597172 or 13391259. OLE color: 13391259.

HSL color Cylindrical-coordinate representation of color #9B55CC: hue angle of 275.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B55CC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 85 204 -
CMYK 0.24 0.58 0 0.2
HSL 275.29º 0.54% 0.57% -
HSV(B) 275.29º 0.58% 0.8% -
XYZ 27.67 17.83 59.11 -
YUV 119.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 155 85 204 0.24 0.58 0 0.2 275.29 0.54 0.57
Hex 9B 55 CC 18 3A 0 14 113 36 39
Octal 233 125 314 30 72 0 24 423 66 71
Binary 10011011 1010101 11001100 11000 111010 0 10100 100010011 110110 111001

Color Harmonies of #9B55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B55CC

Black with #9B55CC

Text Example


Text Example

White with #9B55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B55CC; }

 p { color: rgb(155,85,204); }

 H1.HeaderClassName
 {
   color: #9B55CC;
 }
 .AnyTagClassName
 {
   color: #9B55CC;
 }
</style>

background-color css

<style>
 a { background-color: #9B55CC; }

 a { background-color: rgb(155,85,204); }

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

border-color css

<style>
 span { border-color: #9B55CC; }

 span { border-color: rgb(155,85,204); }

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