#9F9CCA

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

Shades of Wistful #9F9CCA

Tints of Wistful #9F9CCA

Color information

#9F9CCA (or 0x9F9CCA) is unknown color: approx Wistful. HEX triplet: 9F, 9C and CA. RGB value is (159,156,202). Sum of RGB (Red+Green+Blue) = 159+156+202=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CCA is #606335. Grayscale: #A1A1A1. Windows color (decimal): -6316854 or 13278367. OLE color: 13278367.

HSL color Cylindrical-coordinate representation of color #9F9CCA: hue angle of 243.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9CCA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159156202-
CMYK0.210.2300.21
HSL243.91º30.26%70.2%-
HSV(B)243.91º22.77%79.22%-
XYZ36.8535.4160.77-
YUV162.14150.49125.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=30.75%
G=30.17%
B=39.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591562020.210.2300.21243.9130.2670.2
Hex9F9CCA1517015f41e46
Octal237234312252702536436106
Binary100111111001110011001010101011011101010111110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,202); }

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

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

 a { background-color: rgb(159,156,202); }

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

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

 span { border-color: rgb(159,156,202); }

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