#9A86CE

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

Shades of Cold Purple #9A86CE

Tints of Cold Purple #9A86CE

Color information

#9A86CE (or 0x9A86CE) is unknown color: approx Cold Purple. HEX triplet: 9A, 86 and CE. RGB value is (154,134,206). Sum of RGB (Red+Green+Blue) = 154+134+206=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86CE is #657931. Grayscale: #939393. Windows color (decimal): -6650162 or 13534874. OLE color: 13534874.

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

Color convert

RGB154134206-
CMYK0.250.3500.19
HSL256.67º42.35%66.67%-
HSV(B)256.67º34.95%80.78%-
XYZ32.9928.3862.13-
YUV148.19160.63132.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=31.17%
G=27.13%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541342060.250.3500.19256.6742.3566.67
Hex9A86CE19230131012a43
Octal232206316314302340152103
Binary100110101000011011001110110011000110100111000000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A86CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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