#9786BE

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

Shades of Cold Purple #9786BE

Tints of Cold Purple #9786BE

Color information

#9786BE (or 0x9786BE) is unknown color: approx Cold Purple. HEX triplet: 97, 86 and BE. RGB value is (151,134,190). Sum of RGB (Red+Green+Blue) = 151+134+190=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9786BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786BE is #687941. Grayscale: #919191. Windows color (decimal): -6846786 or 12486295. OLE color: 12486295.

HSL color Cylindrical-coordinate representation of color #9786BE: hue angle of 258.21º 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 #9786BE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151134190-
CMYK0.210.2900.25
HSL258.21º30.11%63.53%-
HSV(B)258.21º29.47%74.51%-
XYZ30.5827.3552.38-
YUV145.47153.13131.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 40%
R=31.79%
G=28.21%
B=40%

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
Decimal1511341900.210.2900.25258.2130.1163.53
Hex9786BE151D0191021e40
Octal227206276253503140236100
Binary1001011110000110101111101010111101011001100000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9786BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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