#9480BD

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

Shades of Cold Purple #9480BD

Tints of Cold Purple #9480BD

Color information

#9480BD (or 0x9480BD) is unknown color: approx Cold Purple. HEX triplet: 94, 80 and BD. RGB value is (148,128,189). Sum of RGB (Red+Green+Blue) = 148+128+189=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #9480BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480BD is #6B7F42. Grayscale: #8C8C8C. Windows color (decimal): -7044931 or 12419220. OLE color: 12419220.

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

Color convert

RGB148128189-
CMYK0.220.3200.26
HSL259.67º31.61%62.16%-
HSV(B)259.67º32.28%74.12%-
XYZ29.1225.4151.51-
YUV140.93155.13133.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=31.83%
G=27.53%
B=40.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481281890.220.3200.26259.6731.6162.16
Hex9480BD162001A104203e
Octal22420027526400324044076
Binary10010100100000001011110110110100000011010100000100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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