#9482C3

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

Shades of Cold Purple #9482C3

Tints of Cold Purple #9482C3

Color information

#9482C3 (or 0x9482C3) is unknown color: approx Cold Purple. HEX triplet: 94, 82 and C3. RGB value is (148,130,195). Sum of RGB (Red+Green+Blue) = 148+130+195=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #9482C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482C3 is #6B7D3C. Grayscale: #8E8E8E. Windows color (decimal): -7044413 or 12812948. OLE color: 12812948.

HSL color Cylindrical-coordinate representation of color #9482C3: hue angle of 256.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9482C3 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148130195-
CMYK0.240.3300.24
HSL256.62º35.14%63.73%-
HSV(B)256.62º33.33%76.47%-
XYZ30.0526.255.1-
YUV142.79157.46131.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=31.29%
G=27.48%
B=41.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481301950.240.3300.24256.6235.1463.73
Hex9482C318210181012340
Octal224202303304103040143100
Binary100101001000001011000011110001000010110001000000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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