Html Css Color HEX #9B54CC Deep Lilac

📋 copy color: '#9B54CC'

red 155 ◦ green 84 ◦ blue 204

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

Shades of Deep Lilac #9B54CC

Tints of Deep Lilac #9B54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 34.99%
G = 18.96%
B = 46.05%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B54CC (or 0x9B54CC) is known color: Deep Lilac. HEX triplet: 9B, 54 and CC. RGB value is (155,84,204). Sum of RGB (Red+Green+Blue) = 155+84+204=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B54CC is #64AB33. Grayscale: #767676. Windows color (decimal): -6597428 or 13391003. OLE color: 13391003.

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

Color convert

RGB 155 84 204 -
CMYK 0.24 0.59 0 0.2
HSL 275.5º 0.54% 0.56% -
HSV(B) 275.5º 0.59% 0.8% -
XYZ 27.59 17.67 59.08 -
YUV 118.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 155 84 204 0.24 0.59 0 0.2 275.5 0.54 0.56
Hex 9B 54 CC 18 3B 0 14 114 36 38
Octal 233 124 314 30 73 0 24 424 66 70
Binary 10011011 1010100 11001100 11000 111011 0 10100 100010100 110110 111000

Color Harmonies of #9B54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B54CC

Black with #9B54CC

Text Example


Text Example

White with #9B54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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