#9484BE

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

Shades of Cold Purple #9484BE

Tints of Cold Purple #9484BE

Color information

#9484BE (or 0x9484BE) is unknown color: approx Cold Purple. HEX triplet: 94, 84 and BE. RGB value is (148,132,190). Sum of RGB (Red+Green+Blue) = 148+132+190=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9484BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484BE is #6B7B41. Grayscale: #8F8F8F. Windows color (decimal): -7043906 or 12485780. OLE color: 12485780.

HSL color Cylindrical-coordinate representation of color #9484BE: hue angle of 256.55º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9484BE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148132190-
CMYK0.220.3100.25
HSL256.55º30.85%63.14%-
HSV(B)256.55º30.53%74.51%-
XYZ29.7626.5252.26-
YUV143.4154.3131.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=31.49%
G=28.09%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481321900.220.3100.25256.5530.8563.14
Hex9484BE161F0191011f3f
Octal22420427626370314013777
Binary100101001000010010111110101101111101100110000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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