Html Css Color HEX #9B51BC Deep Lilac

📋 copy color: '#9B51BC'

red 155 ◦ green 81 ◦ blue 188

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

Shades of Deep Lilac #9B51BC

Tints of Deep Lilac #9B51BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 36.56%
G = 19.1%
B = 44.34%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B51BC (or 0x9B51BC) is known color: Deep Lilac. HEX triplet: 9B, 51 and BC. RGB value is (155,81,188). Sum of RGB (Red+Green+Blue) = 155+81+188=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B51BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51BC is #64AE43. Grayscale: #727272. Windows color (decimal): -6598212 or 12341659. OLE color: 12341659.

HSL color Cylindrical-coordinate representation of color #9B51BC: hue angle of 281.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B51BC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 81 188 -
CMYK 0.18 0.57 0 0.26
HSL 281.5º 0.44% 0.53% -
HSV(B) 281.5º 0.57% 0.74% -
XYZ 25.54 16.48 49.41 -
YUV 115.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 155 81 188 0.18 0.57 0 0.26 281.5 0.44 0.53
Hex 9B 51 BC 12 39 0 1A 119 2C 35
Octal 233 121 274 22 71 0 32 431 54 65
Binary 10011011 1010001 10111100 10010 111001 0 11010 100011001 101100 110101

Color Harmonies of #9B51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51BC

Black with #9B51BC

Text Example


Text Example

White with #9B51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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