#9484BA

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

Shades of Cold Purple #9484BA

Tints of Cold Purple #9484BA

Color information

#9484BA (or 0x9484BA) is unknown color: approx Cold Purple. HEX triplet: 94, 84 and BA. RGB value is (148,132,186). Sum of RGB (Red+Green+Blue) = 148+132+186=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9484BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484BA is #6B7B45. Grayscale: #8E8E8E. Windows color (decimal): -7043910 or 12223636. OLE color: 12223636.

HSL color Cylindrical-coordinate representation of color #9484BA: hue angle of 257.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9484BA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148132186-
CMYK0.200.2900.27
HSL257.78º28.12%62.35%-
HSV(B)257.78º29.03%72.94%-
XYZ29.3326.3449.99-
YUV142.94152.3131.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=31.76%
G=28.33%
B=39.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481321860.200.2900.27257.7828.1262.35
Hex9484BA141D01B1021c3e
Octal22420427224350334023476
Binary100101001000010010111010101001110101101110000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9484BA; }

 p { color: rgb(148,132,186); }

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

<style>
 a { background-color: #9484BA; }

 a { background-color: rgb(148,132,186); }

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

<style>
 span { border-color: #9484BA; }

 span { border-color: rgb(148,132,186); }

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