#9183C1

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

Shades of Cold Purple #9183C1

Tints of Cold Purple #9183C1

Color information

#9183C1 (or 0x9183C1) is unknown color: approx Cold Purple. HEX triplet: 91, 83 and C1. RGB value is (145,131,193). Sum of RGB (Red+Green+Blue) = 145+131+193=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #9183C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183C1 is #6E7C3E. Grayscale: #8E8E8E. Windows color (decimal): -7240767 or 12682129. OLE color: 12682129.

HSL color Cylindrical-coordinate representation of color #9183C1: hue angle of 253.55º 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 #9183C1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145131193-
CMYK0.250.3200.24
HSL253.55º33.33%63.53%-
HSV(B)253.55º32.12%75.69%-
XYZ29.4226.153.94-
YUV142.25156.64129.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=30.92%
G=27.93%
B=41.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451311930.250.3200.24253.5533.3363.53
Hex9183C11920018fe2140
Octal221203301314003037641100
Binary10010001100000111100000111001100000011000111111101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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