Html Css Color HEX #9B4CBA Deep Lilac

📋 copy color: '#9B4CBA'

red 155 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #9B4CBA

Tints of Deep Lilac #9B4CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 37.17%
G = 18.23%
B = 44.6%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B4CBA (or 0x9B4CBA) is known color: Deep Lilac. HEX triplet: 9B, 4C and BA. RGB value is (155,76,186). Sum of RGB (Red+Green+Blue) = 155+76+186=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4CBA is #64B345. Grayscale: #6F6F6F. Windows color (decimal): -6599494 or 12209307. OLE color: 12209307.

HSL color Cylindrical-coordinate representation of color #9B4CBA: hue angle of 283.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4CBA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 76 186 -
CMYK 0.17 0.59 0 0.27
HSL 283.09º 0.44% 0.51% -
HSV(B) 283.09º 0.59% 0.73% -
XYZ 24.96 15.68 48.17 -
YUV 112.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 155 76 186 0.17 0.59 0 0.27 283.09 0.44 0.51
Hex 9B 4C BA 11 3B 0 1B 11B 2C 33
Octal 233 114 272 21 73 0 33 433 54 63
Binary 10011011 1001100 10111010 10001 111011 0 11011 100011011 101100 110011

Color Harmonies of #9B4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CBA

Black with #9B4CBA

Text Example


Text Example

White with #9B4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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