#9482BC

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

Shades of Cold Purple #9482BC

Tints of Cold Purple #9482BC

Color information

#9482BC (or 0x9482BC) is unknown color: approx Cold Purple. HEX triplet: 94, 82 and BC. RGB value is (148,130,188). Sum of RGB (Red+Green+Blue) = 148+130+188=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9482BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BC is #6B7D43. Grayscale: #8D8D8D. Windows color (decimal): -7044420 or 12354196. OLE color: 12354196.

HSL color Cylindrical-coordinate representation of color #9482BC: hue angle of 258.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9482BC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148130188-
CMYK0.210.3100.26
HSL258.62º30.21%62.35%-
HSV(B)258.62º30.85%73.73%-
XYZ29.2725.8951.03-
YUV141.99153.96132.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=31.76%
G=27.90%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481301880.210.3100.26258.6230.2162.35
Hex9482BC151F01A1031e3e
Octal22420227425370324033676
Binary100101001000001010111100101011111101101010000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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