#9086B6

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

Shades of Cold Purple #9086B6

Tints of Cold Purple #9086B6

Color information

#9086B6 (or 0x9086B6) is unknown color: approx Cold Purple. HEX triplet: 90, 86 and B6. RGB value is (144,134,182). Sum of RGB (Red+Green+Blue) = 144+134+182=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #9086B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086B6 is #6F7949. Grayscale: #8E8E8E. Windows color (decimal): -7305546 or 11962000. OLE color: 11962000.

HSL color Cylindrical-coordinate representation of color #9086B6: hue angle of 252.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9086B6 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144134182-
CMYK0.210.2600.29
HSL252.5º24.74%61.96%-
HSV(B)252.5º26.37%71.37%-
XYZ28.4726.3647.84-
YUV142.46150.31129.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=31.30%
G=29.13%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441341820.210.2600.29252.524.7461.96
Hex9086B6151A01Dfc193e
Octal22020626625320353743176
Binary10010000100001101011011010101110100111011111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9086B6; }

 p { color: rgb(144,134,182); }

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

<style>
 a { background-color: #9086B6; }

 a { background-color: rgb(144,134,182); }

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

<style>
 span { border-color: #9086B6; }

 span { border-color: rgb(144,134,182); }

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