#9086BE

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

Shades of Cold Purple #9086BE

Tints of Cold Purple #9086BE

Color information

#9086BE (or 0x9086BE) is unknown color: approx Cold Purple. HEX triplet: 90, 86 and BE. RGB value is (144,134,190). Sum of RGB (Red+Green+Blue) = 144+134+190=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9086BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086BE is #6F7941. Grayscale: #8F8F8F. Windows color (decimal): -7305538 or 12486288. OLE color: 12486288.

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

Color convert

RGB144134190-
CMYK0.240.2900.25
HSL250.71º30.11%63.53%-
HSV(B)250.71º29.47%74.51%-
XYZ29.3226.752.32-
YUV143.37154.31128.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=30.77%
G=28.63%
B=40.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441341900.240.2900.25250.7130.1163.53
Hex9086BE181D019fb1e40
Octal220206276303503137336100
Binary100100001000011010111110110001110101100111111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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