Html Css Color HEX #93298E Dark Purple

📋 copy color: '#93298E'

red 147 ◦ green 41 ◦ blue 142

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

Shades of Dark Purple #93298E

Tints of Dark Purple #93298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 44.55%
G = 12.42%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93298E (or 0x93298E) is known color: Dark Purple. HEX triplet: 93, 29 and 8E. RGB value is (147,41,142). Sum of RGB (Red+Green+Blue) = 147+41+142=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93298E is #6CD671. Grayscale: #535353. Windows color (decimal): -7132786 or 9316755. OLE color: 9316755.

HSL color Cylindrical-coordinate representation of color #93298E: hue angle of 302.83º 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 #93298E is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 142 -
CMYK 0 0.72 0.03 0.42
HSL 302.83º 0.56% 0.37% -
HSV(B) 302.83º 0.72% 0.58% -
XYZ 17.71 9.74 26.54 -
YUV 84.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 147 41 142 0 0.72 0.03 0.42 302.83 0.56 0.37
Hex 93 29 8E 0 48 3 2A 12F 38 25
Octal 223 51 216 0 110 3 52 457 70 45
Binary 10010011 101001 10001110 0 1001000 11 101010 100101111 111000 100101

Color Harmonies of #93298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93298E

Black with #93298E

Text Example


Text Example

White with #93298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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