Html Css Color HEX #93218B Dark Purple

📋 copy color: '#93218B'

red 147 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #93218B

Tints of Dark Purple #93218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 46.08%
G = 10.34%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93218B (or 0x93218B) is known color: Dark Purple. HEX triplet: 93, 21 and 8B. RGB value is (147,33,139). Sum of RGB (Red+Green+Blue) = 147+33+139=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93218B is #6CDE74. Grayscale: #4E4E4E. Windows color (decimal): -7134837 or 9118099. OLE color: 9118099.

HSL color Cylindrical-coordinate representation of color #93218B: hue angle of 304.21º 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 #93218B is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 33 139 -
CMYK 0 0.78 0.05 0.42
HSL 304.21º 0.63% 0.35% -
HSV(B) 304.21º 0.78% 0.58% -
XYZ 17.24 9.15 25.28 -
YUV 79.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 147 33 139 0 0.78 0.05 0.42 304.21 0.63 0.35
Hex 93 21 8B 0 4E 5 2A 130 3F 23
Octal 223 41 213 0 116 5 52 460 77 43
Binary 10010011 100001 10001011 0 1001110 101 101010 100110000 111111 100011

Color Harmonies of #93218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93218B

Black with #93218B

Text Example


Text Example

White with #93218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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