Html Css Color HEX #9B4CCD Deep Lilac

📋 copy color: '#9B4CCD'

red 155 ◦ green 76 ◦ blue 205

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

Shades of Deep Lilac #9B4CCD

Tints of Deep Lilac #9B4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 35.55%
G = 17.43%
B = 47.02%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B4CCD (or 0x9B4CCD) is known color: Deep Lilac. HEX triplet: 9B, 4C and CD. RGB value is (155,76,205). Sum of RGB (Red+Green+Blue) = 155+76+205=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4CCD is #64B332. Grayscale: #717171. Windows color (decimal): -6599475 or 13454491. OLE color: 13454491.

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

Color convert

RGB 155 76 205 -
CMYK 0.24 0.63 0 0.20
HSL 276.74º 0.56% 0.55% -
HSV(B) 276.74º 0.63% 0.8% -
XYZ 27.12 16.55 59.52 -
YUV 114.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 155 76 205 0.24 0.63 0 0.20 276.74 0.56 0.55
Hex 9B 4C CD 18 3F 0 14 115 38 37
Octal 233 114 315 30 77 0 24 425 70 67
Binary 10011011 1001100 11001101 11000 111111 0 10100 100010101 111000 110111

Color Harmonies of #9B4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CCD

Black with #9B4CCD

Text Example


Text Example

White with #9B4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,205); }

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

background-color css

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

 a { background-color: rgb(155,76,205); }

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

border-color css

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

 span { border-color: rgb(155,76,205); }

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