#9086BD

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

Shades of Cold Purple #9086BD

Tints of Cold Purple #9086BD

Color information

#9086BD (or 0x9086BD) is unknown color: approx Cold Purple. HEX triplet: 90, 86 and BD. RGB value is (144,134,189). Sum of RGB (Red+Green+Blue) = 144+134+189=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9086BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086BD is #6F7942. Grayscale: #8F8F8F. Windows color (decimal): -7305539 or 12420752. OLE color: 12420752.

HSL color Cylindrical-coordinate representation of color #9086BD: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9086BD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144134189-
CMYK0.240.2900.26
HSL250.91º29.41%63.33%-
HSV(B)250.91º29.1%74.12%-
XYZ29.2126.6551.75-
YUV143.26153.81128.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=30.84%
G=28.69%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441341890.240.2900.26250.9129.4163.33
Hex9086BD181D01Afb1d3f
Octal22020627530350323733577
Binary10010000100001101011110111000111010110101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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