Html Css Color HEX #9B58BB Deep Lilac

📋 copy color: '#9B58BB'

red 155 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #9B58BB

Tints of Deep Lilac #9B58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 36.05%
G = 20.47%
B = 43.49%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B58BB (or 0x9B58BB) is known color: Deep Lilac. HEX triplet: 9B, 58 and BB. RGB value is (155,88,187). Sum of RGB (Red+Green+Blue) = 155+88+187=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B58BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58BB is #64A744. Grayscale: #767676. Windows color (decimal): -6596421 or 12277915. OLE color: 12277915.

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

Color convert

RGB 155 88 187 -
CMYK 0.17 0.53 0 0.27
HSL 280.61º 0.42% 0.54% -
HSV(B) 280.61º 0.53% 0.73% -
XYZ 25.98 17.54 49.03 -
YUV 119.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 155 88 187 0.17 0.53 0 0.27 280.61 0.42 0.54
Hex 9B 58 BB 11 35 0 1B 119 2A 36
Octal 233 130 273 21 65 0 33 431 52 66
Binary 10011011 1011000 10111011 10001 110101 0 11011 100011001 101010 110110

Color Harmonies of #9B58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58BB

Black with #9B58BB

Text Example


Text Example

White with #9B58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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