Html Css Color HEX #9B58AC Deep Lilac

📋 copy color: '#9B58AC'

red 155 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9B58AC

Tints of Deep Lilac #9B58AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 37.35%
G = 21.2%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B58AC (or 0x9B58AC) is known color: Deep Lilac. HEX triplet: 9B, 58 and AC. RGB value is (155,88,172). Sum of RGB (Red+Green+Blue) = 155+88+172=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B58AC is #64A753. Grayscale: #757575. Windows color (decimal): -6596436 or 11294875. OLE color: 11294875.

HSL color Cylindrical-coordinate representation of color #9B58AC: hue angle of 287.86º degrees, saturation: 0.34, 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 #9B58AC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 88 172 -
CMYK 0.10 0.49 0 0.33
HSL 287.86º 0.34% 0.51% -
HSV(B) 287.86º 0.49% 0.67% -
XYZ 24.45 16.93 41.01 -
YUV 117.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 155 88 172 0.10 0.49 0 0.33 287.86 0.34 0.51
Hex 9B 58 AC A 31 0 21 120 22 33
Octal 233 130 254 12 61 0 41 440 42 63
Binary 10011011 1011000 10101100 1010 110001 0 100001 100100000 100010 110011

Color Harmonies of #9B58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58AC

Black with #9B58AC

Text Example


Text Example

White with #9B58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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