#93258A

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

Shades of Dark Purple #93258A

Tints of Dark Purple #93258A

Color information

#93258A (or 0x93258A) is unknown color: approx Dark Purple. HEX triplet: 93, 25 and 8A. RGB value is (147,37,138). Sum of RGB (Red+Green+Blue) = 147+37+138=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93258A is #6CDA75. Grayscale: #515151. Windows color (decimal): -7133814 or 9053587. OLE color: 9053587.

HSL color Cylindrical-coordinate representation of color #93258A: hue angle of 304.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93258A is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14737138-
CMYK00.750.060.42
HSL304.91º59.78%36.08%-
HSV(B)304.91º74.83%57.65%-
XYZ17.289.3624.94-
YUV81.4159.94174.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=45.65%
G=11.49%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473713800.750.060.42304.9159.7836.08
Hex93258A04B62A1313c24
Octal2234521201136524617444
Binary100100111001011000101001001011110101010100110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93258A; }

 p { color: rgb(147,37,138); }

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

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

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

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

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

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

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