Html Css Color HEX #93218D Dark Purple

📋 copy color: '#93218D'

red 147 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #93218D

Tints of Dark Purple #93218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 45.79%
G = 10.28%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93218D (or 0x93218D) is known color: Dark Purple. HEX triplet: 93, 21 and 8D. RGB value is (147,33,141). Sum of RGB (Red+Green+Blue) = 147+33+141=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93218D is #6CDE72. Grayscale: #4F4F4F. Windows color (decimal): -7134835 or 9249171. OLE color: 9249171.

HSL color Cylindrical-coordinate representation of color #93218D: hue angle of 303.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93218D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 33 141 -
CMYK 0 0.78 0.04 0.42
HSL 303.16º 0.63% 0.35% -
HSV(B) 303.16º 0.78% 0.58% -
XYZ 17.38 9.21 26.06 -
YUV 79.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 147 33 141 0 0.78 0.04 0.42 303.16 0.63 0.35
Hex 93 21 8D 0 4E 4 2A 12F 3F 23
Octal 223 41 215 0 116 4 52 457 77 43
Binary 10010011 100001 10001101 0 1001110 100 101010 100101111 111111 100011

Color Harmonies of #93218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93218D

Black with #93218D

Text Example


Text Example

White with #93218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,33,141); }

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

background-color css

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

 a { background-color: rgb(147,33,141); }

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

border-color css

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

 span { border-color: rgb(147,33,141); }

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