Html Css Color HEX #93217B Dark Purple

📋 copy color: '#93217B'

red 147 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #93217B

Tints of Dark Purple #93217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 48.51%
G = 10.89%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93217B (or 0x93217B) is known color: Dark Purple. HEX triplet: 93, 21 and 7B. RGB value is (147,33,123). Sum of RGB (Red+Green+Blue) = 147+33+123=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93217B is #6CDE84. Grayscale: #4D4D4D. Windows color (decimal): -7134853 or 8069523. OLE color: 8069523.

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

Color convert

RGB 147 33 123 -
CMYK 0 0.78 0.16 0.42
HSL 312.63º 0.63% 0.35% -
HSV(B) 312.63º 0.78% 0.58% -
XYZ 16.15 8.72 19.57 -
YUV 77.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 147 33 123 0 0.78 0.16 0.42 312.63 0.63 0.35
Hex 93 21 7B 0 4E 10 2A 139 3F 23
Octal 223 41 173 0 116 20 52 471 77 43
Binary 10010011 100001 1111011 0 1001110 10000 101010 100111001 111111 100011

Color Harmonies of #93217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93217B

Black with #93217B

Text Example


Text Example

White with #93217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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