Html Css Color HEX #9B51BA Deep Lilac

📋 copy color: '#9B51BA'

red 155 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #9B51BA

Tints of Deep Lilac #9B51BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

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

R = 36.73%
G = 19.19%
B = 44.08%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B51BA (or 0x9B51BA) is known color: Deep Lilac. HEX triplet: 9B, 51 and BA. RGB value is (155,81,186). Sum of RGB (Red+Green+Blue) = 155+81+186=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51BA is #64AE45. Grayscale: #727272. Windows color (decimal): -6598214 or 12210587. OLE color: 12210587.

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

Color convert

RGB 155 81 186 -
CMYK 0.17 0.56 0 0.27
HSL 282.29º 0.43% 0.52% -
HSV(B) 282.29º 0.56% 0.73% -
XYZ 25.32 16.4 48.28 -
YUV 115.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 155 81 186 0.17 0.56 0 0.27 282.29 0.43 0.52
Hex 9B 51 BA 11 38 0 1B 11A 2B 34
Octal 233 121 272 21 70 0 33 432 53 64
Binary 10011011 1010001 10111010 10001 111000 0 11011 100011010 101011 110100

Color Harmonies of #9B51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51BA

Black with #9B51BA

Text Example


Text Example

White with #9B51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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