#9486BE

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

Shades of Cold Purple #9486BE

Tints of Cold Purple #9486BE

Color information

#9486BE (or 0x9486BE) is unknown color: approx Cold Purple. HEX triplet: 94, 86 and BE. RGB value is (148,134,190). Sum of RGB (Red+Green+Blue) = 148+134+190=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9486BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486BE is #6B7941. Grayscale: #909090. Windows color (decimal): -7043394 or 12486292. OLE color: 12486292.

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

Color convert

RGB148134190-
CMYK0.220.2900.25
HSL255º30.11%63.53%-
HSV(B)255º29.47%74.51%-
XYZ30.0327.0652.36-
YUV144.57153.64130.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=31.36%
G=28.39%
B=40.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481341900.220.2900.2525530.1163.53
Hex9486BE161D019ff1e40
Octal224206276263503137736100
Binary100101001000011010111110101101110101100111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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