#9F81BE

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

Shades of Cold Purple #9F81BE

Tints of Cold Purple #9F81BE

Color information

#9F81BE (or 0x9F81BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 81 and BE. RGB value is (159,129,190). Sum of RGB (Red+Green+Blue) = 159+129+190=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81BE is #607E41. Grayscale: #909090. Windows color (decimal): -6323778 or 12485023. OLE color: 12485023.

HSL color Cylindrical-coordinate representation of color #9F81BE: hue angle of 269.51º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F81BE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159129190-
CMYK0.160.3200.25
HSL269.51º31.94%62.55%-
HSV(B)269.51º32.11%74.51%-
XYZ31.4426.7952.23-
YUV144.92153.44138.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=33.26%
G=26.99%
B=39.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591291900.160.3200.25269.5131.9462.55
Hex9F81BE102001910e203f
Octal23720127620400314164077
Binary10011111100000011011111010000100000011001100001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,190); }

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

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

 a { background-color: rgb(159,129,190); }

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

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

 span { border-color: rgb(159,129,190); }

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