#9C93C6

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

Shades of Wistful #9C93C6

Tints of Wistful #9C93C6

Color information

#9C93C6 (or 0x9C93C6) is unknown color: approx Wistful. HEX triplet: 9C, 93 and C6. RGB value is (156,147,198). Sum of RGB (Red+Green+Blue) = 156+147+198=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C93C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93C6 is #636C39. Grayscale: #9B9B9B. Windows color (decimal): -6515770 or 13013916. OLE color: 13013916.

HSL color Cylindrical-coordinate representation of color #9C93C6: hue angle of 250.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C93C6 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156147198-
CMYK0.210.2600.22
HSL250.59º30.91%67.65%-
HSV(B)250.59º25.76%77.65%-
XYZ34.3432.0157.8-
YUV155.5151.98128.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=31.14%
G=29.34%
B=39.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561471980.210.2600.22250.5930.9167.65
Hex9C93C6151A016fb1f44
Octal234223306253202637337104
Binary100111001001001111000110101011101001011011111011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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