#9686CF

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

Shades of Cold Purple #9686CF

Tints of Cold Purple #9686CF

Color information

#9686CF (or 0x9686CF) is unknown color: approx Cold Purple. HEX triplet: 96, 86 and CF. RGB value is (150,134,207). Sum of RGB (Red+Green+Blue) = 150+134+207=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9686CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686CF is #697930. Grayscale: #929292. Windows color (decimal): -6912305 or 13600406. OLE color: 13600406.

HSL color Cylindrical-coordinate representation of color #9686CF: hue angle of 253.15º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9686CF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150134207-
CMYK0.280.3500.19
HSL253.15º43.2%66.86%-
HSV(B)253.15º35.27%81.18%-
XYZ32.3728.0462.74-
YUV147.11161.8130.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=30.55%
G=27.29%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501342070.280.3500.19253.1543.266.86
Hex9686CF1C23013fd2b43
Octal226206317344302337553103
Binary10010110100001101100111111100100011010011111111011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9686CF; }

 p { color: rgb(150,134,207); }

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

<style>
 a { background-color: #9686CF; }

 a { background-color: rgb(150,134,207); }

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

<style>
 span { border-color: #9686CF; }

 span { border-color: rgb(150,134,207); }

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