Html Css Color HEX #9B58AB Deep Lilac

📋 copy color: '#9B58AB'

red 155 ◦ green 88 ◦ blue 171

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

Shades of Deep Lilac #9B58AB

Tints of Deep Lilac #9B58AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.26%

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 37.44%
G = 21.26%
B = 41.3%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B58AB (or 0x9B58AB) is known color: Deep Lilac. HEX triplet: 9B, 58 and AB. RGB value is (155,88,171). Sum of RGB (Red+Green+Blue) = 155+88+171=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B58AB is #64A754. Grayscale: #757575. Windows color (decimal): -6596437 or 11229339. OLE color: 11229339.

HSL color Cylindrical-coordinate representation of color #9B58AB: hue angle of 288.43º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B58AB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 88 171 -
CMYK 0.09 0.49 0 0.33
HSL 288.43º 0.33% 0.51% -
HSV(B) 288.43º 0.49% 0.67% -
XYZ 24.36 16.89 40.5 -
YUV 117.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 155 88 171 0.09 0.49 0 0.33 288.43 0.33 0.51
Hex 9B 58 AB 9 31 0 21 120 21 33
Octal 233 130 253 11 61 0 41 440 41 63
Binary 10011011 1011000 10101011 1001 110001 0 100001 100100000 100001 110011

Color Harmonies of #9B58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58AB

Black with #9B58AB

Text Example


Text Example

White with #9B58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,171); }

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

background-color css

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

 a { background-color: rgb(155,88,171); }

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

border-color css

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

 span { border-color: rgb(155,88,171); }

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