#9686BE

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

Shades of Cold Purple #9686BE

Tints of Cold Purple #9686BE

Color information

#9686BE (or 0x9686BE) is unknown color: approx Cold Purple. HEX triplet: 96, 86 and BE. RGB value is (150,134,190). Sum of RGB (Red+Green+Blue) = 150+134+190=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9686BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686BE is #697941. Grayscale: #909090. Windows color (decimal): -6912322 or 12486294. OLE color: 12486294.

HSL color Cylindrical-coordinate representation of color #9686BE: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9686BE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150134190-
CMYK0.210.2900.25
HSL257.14º30.11%63.53%-
HSV(B)257.14º29.47%74.51%-
XYZ30.427.2552.37-
YUV145.17153.3131.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=31.65%
G=28.27%
B=40.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501341900.210.2900.25257.1430.1163.53
Hex9686BE151D0191011e40
Octal226206276253503140136100
Binary1001011010000110101111101010111101011001100000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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