Html Css Color HEX #9B4BBA Deep Lilac

📋 copy color: '#9B4BBA'

red 155 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #9B4BBA

Tints of Deep Lilac #9B4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 37.26%
G = 18.03%
B = 44.71%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B4BBA (or 0x9B4BBA) is known color: Deep Lilac. HEX triplet: 9B, 4B and BA. RGB value is (155,75,186). Sum of RGB (Red+Green+Blue) = 155+75+186=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BBA is #64B445. Grayscale: #6F6F6F. Windows color (decimal): -6599750 or 12209051. OLE color: 12209051.

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

Color convert

RGB 155 75 186 -
CMYK 0.17 0.60 0 0.27
HSL 283.24º 0.45% 0.51% -
HSV(B) 283.24º 0.6% 0.73% -
XYZ 24.9 15.55 48.14 -
YUV 111.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 155 75 186 0.17 0.60 0 0.27 283.24 0.45 0.51
Hex 9B 4B BA 11 3C 0 1B 11B 2D 33
Octal 233 113 272 21 74 0 33 433 55 63
Binary 10011011 1001011 10111010 10001 111100 0 11011 100011011 101101 110011

Color Harmonies of #9B4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BBA

Black with #9B4BBA

Text Example


Text Example

White with #9B4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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