#93256D

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

Shades of Dark Purple #93256D

Tints of Dark Purple #93256D

Color information

#93256D (or 0x93256D) is unknown color: approx Dark Purple. HEX triplet: 93, 25 and 6D. RGB value is (147,37,109). Sum of RGB (Red+Green+Blue) = 147+37+109=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93256D is #6CDA92. Grayscale: #4D4D4D. Windows color (decimal): -7133843 or 7153043. OLE color: 7153043.

HSL color Cylindrical-coordinate representation of color #93256D: hue angle of 320.73º 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 #93256D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14737109-
CMYK00.750.260.42
HSL320.73º59.78%36.08%-
HSV(B)320.73º74.83%57.65%-
XYZ15.458.6315.32-
YUV78.1145.44177.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=50.17%
G=12.63%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473710900.750.260.42320.7359.7836.08
Hex93256D04B1A2A1413c24
Octal22345155011332525017444
Binary1001001110010111011010100101111010101010101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93256D; }

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

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

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

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

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

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

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

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