#9C93BD

Color #9C93BD Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9C93BD

Tints of Cold Purple #9C93BD

Color information

#9C93BD (or 0x9C93BD) is unknown color: approx Cold Purple. HEX triplet: 9C, 93 and BD. RGB value is (156,147,189). Sum of RGB (Red+Green+Blue) = 156+147+189=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93BD is #636C42. Grayscale: #9A9A9A. Windows color (decimal): -6515779 or 12424092. OLE color: 12424092.

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

Color convert

RGB156147189-
CMYK0.170.2200.26
HSL252.86º24.14%65.88%-
HSV(B)252.86º22.22%74.12%-
XYZ33.3331.6152.49-
YUV154.48147.48129.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=31.71%
G=29.88%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561471890.170.2200.26252.8624.1465.88
Hex9C93BD111601Afd1842
Octal234223275212603237530102
Binary100111001001001110111101100011011001101011111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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