#9483C1

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

Shades of Cold Purple #9483C1

Tints of Cold Purple #9483C1

Color information

#9483C1 (or 0x9483C1) is unknown color: approx Cold Purple. HEX triplet: 94, 83 and C1. RGB value is (148,131,193). Sum of RGB (Red+Green+Blue) = 148+131+193=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #9483C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483C1 is #6B7C3E. Grayscale: #8E8E8E. Windows color (decimal): -7044159 or 12682132. OLE color: 12682132.

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

Color convert

RGB148131193-
CMYK0.230.3200.24
HSL256.45º33.33%63.53%-
HSV(B)256.45º32.12%75.69%-
XYZ29.9526.3853.96-
YUV143.15156.13131.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=31.36%
G=27.75%
B=40.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481311930.230.3200.24256.4533.3363.53
Hex9483C117200181002140
Octal224203301274003040041100
Binary100101001000001111000001101111000000110001000000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9483C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9483C1; }

 p { color: rgb(148,131,193); }

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

<style>
 a { background-color: #9483C1; }

 a { background-color: rgb(148,131,193); }

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

<style>
 span { border-color: #9483C1; }

 span { border-color: rgb(148,131,193); }

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