#932293

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

Shades of Dark Purple #932293

Tints of Dark Purple #932293

Color information

#932293 (or 0x932293) is unknown color: approx Dark Purple. HEX triplet: 93, 22 and 93. RGB value is (147,34,147). Sum of RGB (Red+Green+Blue) = 147+34+147=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #932293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932293 is #6CDD6C. Grayscale: #505050. Windows color (decimal): -7134573 or 9642643. OLE color: 9642643.

HSL color Cylindrical-coordinate representation of color #932293: hue angle of 300º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932293 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14734147-
CMYK00.7700.42
HSL300º62.43%35.49%-
HSV(B)300º76.87%57.65%-
XYZ17.879.4528.49-
YUV80.67165.44175.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=44.82%
G=10.37%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473414700.7700.4230062.4335.49
Hex93229304D02A12c3e23
Octal2234222301150524547643
Binary1001001110001010010011010011010101010100101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932293; }

 p { color: rgb(147,34,147); }

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

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

 a { background-color: rgb(147,34,147); }

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

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

 span { border-color: rgb(147,34,147); }

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