#9482BB

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

Shades of Cold Purple #9482BB

Tints of Cold Purple #9482BB

Color information

#9482BB (or 0x9482BB) is unknown color: approx Cold Purple. HEX triplet: 94, 82 and BB. RGB value is (148,130,187). Sum of RGB (Red+Green+Blue) = 148+130+187=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9482BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BB is #6B7D44. Grayscale: #8D8D8D. Windows color (decimal): -7044421 or 12288660. OLE color: 12288660.

HSL color Cylindrical-coordinate representation of color #9482BB: hue angle of 258.95º degrees, saturation: 0.3, 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 #9482BB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148130187-
CMYK0.210.3000.27
HSL258.95º29.53%62.16%-
HSV(B)258.95º30.48%73.33%-
XYZ29.1725.8550.47-
YUV141.88153.46132.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=31.83%
G=27.96%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481301870.210.3000.27258.9529.5362.16
Hex9482BB151E01B1031e3e
Octal22420227325360334033676
Binary100101001000001010111011101011111001101110000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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