Html Css Color HEX #9C58BC Deep Lilac

📋 copy color: '#9C58BC'

red 156 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #9C58BC

Tints of Deep Lilac #9C58BC

RGB

 RED value IS 156 (61.33% from 255) = 36.11%

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

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

R = 36.11%
G = 20.37%
B = 43.52%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C58BC (or 0x9C58BC) is known color: Deep Lilac. HEX triplet: 9C, 58 and BC. RGB value is (156,88,188). Sum of RGB (Red+Green+Blue) = 156+88+188=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58BC is #63A743. Grayscale: #777777. Windows color (decimal): -6530884 or 12343452. OLE color: 12343452.

HSL color Cylindrical-coordinate representation of color #9C58BC: hue angle of 280.8º 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 #9C58BC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 88 188 -
CMYK 0.17 0.53 0 0.26
HSL 280.8º 0.43% 0.54% -
HSV(B) 280.8º 0.53% 0.74% -
XYZ 26.28 17.68 49.6 -
YUV 119.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 156 88 188 0.17 0.53 0 0.26 280.8 0.43 0.54
Hex 9C 58 BC 11 35 0 1A 119 2B 36
Octal 234 130 274 21 65 0 32 431 53 66
Binary 10011100 1011000 10111100 10001 110101 0 11010 100011001 101011 110110

Color Harmonies of #9C58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58BC

Black with #9C58BC

Text Example


Text Example

White with #9C58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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