#9A86BE

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

Shades of Cold Purple #9A86BE

Tints of Cold Purple #9A86BE

Color information

#9A86BE (or 0x9A86BE) is unknown color: approx Cold Purple. HEX triplet: 9A, 86 and BE. RGB value is (154,134,190). Sum of RGB (Red+Green+Blue) = 154+134+190=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86BE is #657941. Grayscale: #929292. Windows color (decimal): -6650178 or 12486298. OLE color: 12486298.

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

Color convert

RGB154134190-
CMYK0.190.2900.25
HSL261.43º30.11%63.53%-
HSV(B)261.43º29.47%74.51%-
XYZ31.1527.6452.41-
YUV146.36152.63133.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=32.22%
G=28.03%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541341900.190.2900.25261.4330.1163.53
Hex9A86BE131D0191051e40
Octal232206276233503140536100
Binary1001101010000110101111101001111101011001100000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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