Html Css Color HEX #93296D Dark Purple

📋 copy color: '#93296D'

red 147 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #93296D

Tints of Dark Purple #93296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 49.49%
G = 13.8%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93296D (or 0x93296D) is known color: Dark Purple. HEX triplet: 93, 29 and 6D. RGB value is (147,41,109). Sum of RGB (Red+Green+Blue) = 147+41+109=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93296D is #6CD692. Grayscale: #505050. Windows color (decimal): -7132819 or 7154067. OLE color: 7154067.

HSL color Cylindrical-coordinate representation of color #93296D: hue angle of 321.51º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93296D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 109 -
CMYK 0 0.72 0.26 0.42
HSL 321.51º 0.56% 0.37% -
HSV(B) 321.51º 0.72% 0.58% -
XYZ 15.59 8.89 15.36 -
YUV 80.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 147 41 109 0 0.72 0.26 0.42 321.51 0.56 0.37
Hex 93 29 6D 0 48 1A 2A 142 38 25
Octal 223 51 155 0 110 32 52 502 70 45
Binary 10010011 101001 1101101 0 1001000 11010 101010 101000010 111000 100101

Color Harmonies of #93296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93296D

Black with #93296D

Text Example


Text Example

White with #93296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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