Html Css Color HEX #9C58B7 Deep Lilac

📋 copy color: '#9C58B7'

red 156 ◦ green 88 ◦ blue 183

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

Shades of Deep Lilac #9C58B7

Tints of Deep Lilac #9C58B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 36.53%
G = 20.61%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9C58B7 (or 0x9C58B7) is known color: Deep Lilac. HEX triplet: 9C, 58 and B7. RGB value is (156,88,183). Sum of RGB (Red+Green+Blue) = 156+88+183=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C58B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58B7 is #63A748. Grayscale: #767676. Windows color (decimal): -6530889 or 12015772. OLE color: 12015772.

HSL color Cylindrical-coordinate representation of color #9C58B7: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C58B7 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 88 183 -
CMYK 0.15 0.52 0 0.28
HSL 282.95º 0.4% 0.53% -
HSV(B) 282.95º 0.52% 0.72% -
XYZ 25.75 17.47 46.81 -
YUV 119.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 156 88 183 0.15 0.52 0 0.28 282.95 0.4 0.53
Hex 9C 58 B7 F 34 0 1C 11B 28 35
Octal 234 130 267 17 64 0 34 433 50 65
Binary 10011100 1011000 10110111 1111 110100 0 11100 100011011 101000 110101

Color Harmonies of #9C58B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58B7

Black with #9C58B7

Text Example


Text Example

White with #9C58B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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