Html Css Color HEX #9C5DBD Deep Lilac

📋 copy color: '#9C5DBD'

red 156 ◦ green 93 ◦ blue 189

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

Shades of Deep Lilac #9C5DBD

Tints of Deep Lilac #9C5DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 35.62%
G = 21.23%
B = 43.15%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C5DBD (or 0x9C5DBD) is known color: Deep Lilac. HEX triplet: 9C, 5D and BD. RGB value is (156,93,189). Sum of RGB (Red+Green+Blue) = 156+93+189=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DBD is #63A242. Grayscale: #7A7A7A. Windows color (decimal): -6529603 or 12410268. OLE color: 12410268.

HSL color Cylindrical-coordinate representation of color #9C5DBD: hue angle of 279.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5DBD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 93 189 -
CMYK 0.17 0.51 0 0.26
HSL 279.38º 0.42% 0.55% -
HSV(B) 279.38º 0.51% 0.74% -
XYZ 26.81 18.57 50.32 -
YUV 122.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 156 93 189 0.17 0.51 0 0.26 279.38 0.42 0.55
Hex 9C 5D BD 11 33 0 1A 117 2A 37
Octal 234 135 275 21 63 0 32 427 52 67
Binary 10011100 1011101 10111101 10001 110011 0 11010 100010111 101010 110111

Color Harmonies of #9C5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5DBD

Black with #9C5DBD

Text Example


Text Example

White with #9C5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,189); }

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

background-color css

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

 a { background-color: rgb(156,93,189); }

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

border-color css

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

 span { border-color: rgb(156,93,189); }

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