Html Css Color HEX #93246E Dark Purple

📋 copy color: '#93246E'

red 147 ◦ green 36 ◦ blue 110

#93246E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #93246E

Tints of Dark Purple #93246E

RGB

 RED value IS 147 (57.81% from 255) = 50.17%

 GREEN value IS 36 (14.45% from 255) = 12.29%

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 50.17%
G = 12.29%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93246E (or 0x93246E) is known color: Dark Purple. HEX triplet: 93, 24 and 6E. RGB value is (147,36,110). Sum of RGB (Red+Green+Blue) = 147+36+110=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246E is #6CDB91. Grayscale: #4D4D4D. Windows color (decimal): -7134098 or 7218323. OLE color: 7218323.

HSL color Cylindrical-coordinate representation of color #93246E: hue angle of 320º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93246E is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 36 110 -
CMYK 0 0.76 0.25 0.42
HSL 320º 0.61% 0.36% -
HSV(B) 320º 0.76% 0.58% -
XYZ 15.48 8.59 15.59 -
YUV 77.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 147 36 110 0 0.76 0.25 0.42 320 0.61 0.36
Hex 93 24 6E 0 4C 19 2A 140 3D 24
Octal 223 44 156 0 114 31 52 500 75 44
Binary 10010011 100100 1101110 0 1001100 11001 101010 101000000 111101 100100

Color Harmonies of #93246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93246E

Black with #93246E

Text Example


Text Example

White with #93246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93246E; }

 p { color: rgb(147,36,110); }

 H1.HeaderClassName
 {
   color: #93246E;
 }
 .AnyTagClassName
 {
   color: #93246E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #93246E;
 }
 .BgClassName
 {
   background-color: #93246E;
 }
</style>

border-color css

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

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

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