#93228B

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

Shades of Dark Purple #93228B

Tints of Dark Purple #93228B

Color information

#93228B (or 0x93228B) is unknown color: approx Dark Purple. HEX triplet: 93, 22 and 8B. RGB value is (147,34,139). Sum of RGB (Red+Green+Blue) = 147+34+139=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93228B is #6CDD74. Grayscale: #4F4F4F. Windows color (decimal): -7134581 or 9118355. OLE color: 9118355.

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

Color convert

RGB14734139-
CMYK00.770.050.42
HSL304.25º62.43%35.49%-
HSV(B)304.25º76.87%57.65%-
XYZ17.269.2125.29-
YUV79.76161.44175.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=45.94%
G=10.62%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473413900.770.050.42304.2562.4335.49
Hex93228B04D52A1303e23
Octal2234221301155524607643
Binary100100111000101000101101001101101101010100110000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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