#9480BE

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

Shades of Cold Purple #9480BE

Tints of Cold Purple #9480BE

Color information

#9480BE (or 0x9480BE) is unknown color: approx Cold Purple. HEX triplet: 94, 80 and BE. RGB value is (148,128,190). Sum of RGB (Red+Green+Blue) = 148+128+190=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9480BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480BE is #6B7F41. Grayscale: #8C8C8C. Windows color (decimal): -7044930 or 12484756. OLE color: 12484756.

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

Color convert

RGB148128190-
CMYK0.220.3300.25
HSL259.35º32.29%62.35%-
HSV(B)259.35º32.63%74.51%-
XYZ29.2325.4552.09-
YUV141.05155.63132.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=31.76%
G=27.47%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481281900.220.3300.25259.3532.2962.35
Hex9480BE1621019103203e
Octal22420027626410314034076
Binary10010100100000001011111010110100001011001100000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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