#9F86CA

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

Shades of Cold Purple #9F86CA

Tints of Cold Purple #9F86CA

Color information

#9F86CA (or 0x9F86CA) is unknown color: approx Cold Purple. HEX triplet: 9F, 86 and CA. RGB value is (159,134,202). Sum of RGB (Red+Green+Blue) = 159+134+202=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CA is #607935. Grayscale: #949494. Windows color (decimal): -6322486 or 13272735. OLE color: 13272735.

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

Color convert

RGB159134202-
CMYK0.210.3400.21
HSL262.06º39.08%65.88%-
HSV(B)262.06º33.66%79.22%-
XYZ33.4828.6959.65-
YUV149.23157.78134.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=32.12%
G=27.07%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591342020.210.3400.21262.0639.0865.88
Hex9F86CA15220151062742
Octal237206312254202540647102
Binary100111111000011011001010101011000100101011000001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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