#9686CE

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

Shades of Cold Purple #9686CE

Tints of Cold Purple #9686CE

Color information

#9686CE (or 0x9686CE) is unknown color: approx Cold Purple. HEX triplet: 96, 86 and CE. RGB value is (150,134,206). Sum of RGB (Red+Green+Blue) = 150+134+206=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9686CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686CE is #697931. Grayscale: #929292. Windows color (decimal): -6912306 or 13534870. OLE color: 13534870.

HSL color Cylindrical-coordinate representation of color #9686CE: hue angle of 253.33º degrees, saturation: 0.42, 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 #9686CE is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150134206-
CMYK0.270.3500.19
HSL253.33º42.35%66.67%-
HSV(B)253.33º34.95%80.78%-
XYZ32.2427.9962.1-
YUV146.99161.3130.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=30.61%
G=27.35%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501342060.270.3500.19253.3342.3566.67
Hex9686CE1B23013fd2a43
Octal226206316334302337552103
Binary10010110100001101100111011011100011010011111111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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