Html Css Color HEX #9B58BC Deep Lilac

📋 copy color: '#9B58BC'

red 155 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #9B58BC

Tints of Deep Lilac #9B58BC

RGB

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

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

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

R = 35.96%
G = 20.42%
B = 43.62%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B58BC (or 0x9B58BC) is known color: Deep Lilac. HEX triplet: 9B, 58 and BC. RGB value is (155,88,188). Sum of RGB (Red+Green+Blue) = 155+88+188=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58BC is #64A743. Grayscale: #777777. Windows color (decimal): -6596420 or 12343451. OLE color: 12343451.

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

Color convert

RGB 155 88 188 -
CMYK 0.18 0.53 0 0.26
HSL 280.2º 0.43% 0.54% -
HSV(B) 280.2º 0.53% 0.74% -
XYZ 26.08 17.58 49.6 -
YUV 119.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 155 88 188 0.18 0.53 0 0.26 280.2 0.43 0.54
Hex 9B 58 BC 12 35 0 1A 118 2B 36
Octal 233 130 274 22 65 0 32 430 53 66
Binary 10011011 1011000 10111100 10010 110101 0 11010 100011000 101011 110110

Color Harmonies of #9B58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58BC

Black with #9B58BC

Text Example


Text Example

White with #9B58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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