#9D5CBE

Color #9D5CBE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9D5CBE

Tints of Deep Lilac #9D5CBE

Color information

#9D5CBE (or 0x9D5CBE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5C and BE. RGB value is (157,92,190). Sum of RGB (Red+Green+Blue) = 157+92+190=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CBE is #62A341. Grayscale: #7A7A7A. Windows color (decimal): -6464322 or 12475549. OLE color: 12475549.

HSL color Cylindrical-coordinate representation of color #9D5CBE: hue angle of 279.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D5CBE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15792190-
CMYK0.170.5200.25
HSL279.8º42.98%55.29%-
HSV(B)279.8º51.58%74.51%-
XYZ27.0318.5450.87-
YUV122.61166.03152.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=35.76%
G=20.96%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157921900.170.5200.25279.842.9855.29
Hex9D5CBE11340191182b37
Octal23513427621640314305367
Binary1001110110111001011111010001110100011001100011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,190); }

 H1.HeaderClassName
 {
   color: #9D5CBE;
 }
 .AnyTagClassName
 {
   color: #9D5CBE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,92,190); }

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

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

 span { border-color: rgb(157,92,190); }

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