#9486BB

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

Shades of Cold Purple #9486BB

Tints of Cold Purple #9486BB

Color information

#9486BB (or 0x9486BB) is unknown color: approx Cold Purple. HEX triplet: 94, 86 and BB. RGB value is (148,134,187). Sum of RGB (Red+Green+Blue) = 148+134+187=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9486BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486BB is #6B7944. Grayscale: #909090. Windows color (decimal): -7043397 or 12289684. OLE color: 12289684.

HSL color Cylindrical-coordinate representation of color #9486BB: hue angle of 255.85º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9486BB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148134187-
CMYK0.210.2800.27
HSL255.85º28.04%62.94%-
HSV(B)255.85º28.34%73.33%-
XYZ29.7126.9350.65-
YUV144.23152.14130.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=31.56%
G=28.57%
B=39.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481341870.210.2800.27255.8528.0462.94
Hex9486BB151C01B1001c3f
Octal22420627325340334003477
Binary100101001000011010111011101011110001101110000000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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