#93228F

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

Shades of Dark Purple #93228F

Tints of Dark Purple #93228F

Color information

#93228F (or 0x93228F) is unknown color: approx Dark Purple. HEX triplet: 93, 22 and 8F. RGB value is (147,34,143). Sum of RGB (Red+Green+Blue) = 147+34+143=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93228F is #6CDD70. Grayscale: #4F4F4F. Windows color (decimal): -7134577 or 9380499. OLE color: 9380499.

HSL color Cylindrical-coordinate representation of color #93228F: hue angle of 302.12º 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 #93228F is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14734143-
CMYK00.770.030.42
HSL302.12º62.43%35.49%-
HSV(B)302.12º76.87%57.65%-
XYZ17.569.3326.86-
YUV80.21163.44175.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=45.37%
G=10.49%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473414300.770.030.42302.1262.4335.49
Hex93228F04D32A12e3e23
Octal2234221701153524567643
Binary10010011100010100011110100110111101010100101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93228F; }

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

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

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

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

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

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

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

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