Html Css Color HEX #9B4ABF Deep Lilac

📋 copy color: '#9B4ABF'

red 155 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #9B4ABF

Tints of Deep Lilac #9B4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 36.9%
G = 17.62%
B = 45.48%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B4ABF (or 0x9B4ABF) is known color: Deep Lilac. HEX triplet: 9B, 4A and BF. RGB value is (155,74,191). Sum of RGB (Red+Green+Blue) = 155+74+191=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4ABF is #64B540. Grayscale: #6F6F6F. Windows color (decimal): -6600001 or 12536475. OLE color: 12536475.

HSL color Cylindrical-coordinate representation of color #9B4ABF: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4ABF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 74 191 -
CMYK 0.19 0.61 0 0.25
HSL 281.54º 0.48% 0.52% -
HSV(B) 281.54º 0.61% 0.75% -
XYZ 25.37 15.63 50.97 -
YUV 111.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 155 74 191 0.19 0.61 0 0.25 281.54 0.48 0.52
Hex 9B 4A BF 13 3D 0 19 11A 30 34
Octal 233 112 277 23 75 0 31 432 60 64
Binary 10011011 1001010 10111111 10011 111101 0 11001 100011010 110000 110100

Color Harmonies of #9B4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4ABF

Black with #9B4ABF

Text Example


Text Example

White with #9B4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,191); }

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

background-color css

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

 a { background-color: rgb(155,74,191); }

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

border-color css

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

 span { border-color: rgb(155,74,191); }

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