#9482B9

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

Shades of Cold Purple #9482B9

Tints of Cold Purple #9482B9

Color information

#9482B9 (or 0x9482B9) is unknown color: approx Cold Purple. HEX triplet: 94, 82 and B9. RGB value is (148,130,185). Sum of RGB (Red+Green+Blue) = 148+130+185=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #9482B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482B9 is #6B7D46. Grayscale: #8D8D8D. Windows color (decimal): -7044423 or 12157588. OLE color: 12157588.

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

Color convert

RGB148130185-
CMYK0.200.3000.27
HSL259.64º28.21%61.76%-
HSV(B)259.64º29.73%72.55%-
XYZ28.9525.7649.35-
YUV141.65152.46132.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=31.97%
G=28.08%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481301850.200.3000.27259.6428.2161.76
Hex9482B9141E01B1041c3e
Octal22420227124360334043476
Binary100101001000001010111001101001111001101110000010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9482B9; }

 p { color: rgb(148,130,185); }

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

<style>
 a { background-color: #9482B9; }

 a { background-color: rgb(148,130,185); }

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

<style>
 span { border-color: #9482B9; }

 span { border-color: rgb(148,130,185); }

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