Html Css Color HEX #93246D Dark Purple

📋 copy color: '#93246D'

red 147 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #93246D

Tints of Dark Purple #93246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 50.34%
G = 12.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93246D (or 0x93246D) is known color: Dark Purple. HEX triplet: 93, 24 and 6D. RGB value is (147,36,109). Sum of RGB (Red+Green+Blue) = 147+36+109=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246D is #6CDB92. Grayscale: #4D4D4D. Windows color (decimal): -7134099 or 7152787. OLE color: 7152787.

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

Color convert

RGB 147 36 109 -
CMYK 0 0.76 0.26 0.42
HSL 320.54º 0.61% 0.36% -
HSV(B) 320.54º 0.76% 0.58% -
XYZ 15.42 8.57 15.31 -
YUV 77.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 147 36 109 0 0.76 0.26 0.42 320.54 0.61 0.36
Hex 93 24 6D 0 4C 1A 2A 141 3D 24
Octal 223 44 155 0 114 32 52 501 75 44
Binary 10010011 100100 1101101 0 1001100 11010 101010 101000001 111101 100100

Color Harmonies of #93246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93246D

Black with #93246D

Text Example


Text Example

White with #93246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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