#9C93DD

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

Shades of Wistful #9C93DD

Tints of Wistful #9C93DD

Color information

#9C93DD (or 0x9C93DD) is unknown color: approx Wistful. HEX triplet: 9C, 93 and DD. RGB value is (156,147,221). Sum of RGB (Red+Green+Blue) = 156+147+221=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93DD is #636C22. Grayscale: #9D9D9D. Windows color (decimal): -6515747 or 14521244. OLE color: 14521244.

HSL color Cylindrical-coordinate representation of color #9C93DD: hue angle of 247.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C93DD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156147221-
CMYK0.290.3300.13
HSL247.3º52.11%72.16%-
HSV(B)247.3º33.48%86.67%-
XYZ37.233.1672.85-
YUV158.13163.48126.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=29.77%
G=28.05%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561472210.290.3300.13247.352.1172.16
Hex9C93DD1D210Df73448
Octal234223335354101536764110
Binary1001110010010011110111011110110000101101111101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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