#9C75CD

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

Shades of Lilac Bush #9C75CD

Tints of Lilac Bush #9C75CD

Color information

#9C75CD (or 0x9C75CD) is unknown color: approx Lilac Bush. HEX triplet: 9C, 75 and CD. RGB value is (156,117,205). Sum of RGB (Red+Green+Blue) = 156+117+205=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75CD is #638A32. Grayscale: #8A8A8A. Windows color (decimal): -6523443 or 13464988. OLE color: 13464988.

HSL color Cylindrical-coordinate representation of color #9C75CD: hue angle of 266.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C75CD is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156117205-
CMYK0.240.4300.20
HSL266.59º46.81%63.14%-
HSV(B)266.59º42.93%80.39%-
XYZ31.0924.260.79-
YUV138.69165.42140.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=32.64%
G=24.48%
B=42.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561172050.240.4300.20266.5946.8163.14
Hex9C75CD182B01410b2f3f
Octal23416531530530244135777
Binary1001110011101011100110111000101011010100100001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,205); }

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

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

 a { background-color: rgb(156,117,205); }

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

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

 span { border-color: rgb(156,117,205); }

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