#9F9DCA

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

Shades of Wistful #9F9DCA

Tints of Wistful #9F9DCA

Color information

#9F9DCA (or 0x9F9DCA) is unknown color: approx Wistful. HEX triplet: 9F, 9D and CA. RGB value is (159,157,202). Sum of RGB (Red+Green+Blue) = 159+157+202=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DCA is #606235. Grayscale: #A2A2A2. Windows color (decimal): -6316598 or 13278623. OLE color: 13278623.

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

Color convert

RGB159157202-
CMYK0.210.2200.21
HSL242.67º29.8%70.39%-
HSV(B)242.67º22.28%79.22%-
XYZ37.0235.7560.83-
YUV162.73150.16125.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=30.69%
G=30.31%
B=39.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591572020.210.2200.21242.6729.870.39
Hex9F9DCA1516015f31e46
Octal237235312252602536336106
Binary100111111001110111001010101011011001010111110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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