Html Css Color HEX #93207D Dark Purple

📋 copy color: '#93207D'

red 147 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #93207D

Tints of Dark Purple #93207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 48.36%
G = 10.53%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93207D (or 0x93207D) is known color: Dark Purple. HEX triplet: 93, 20 and 7D. RGB value is (147,32,125). Sum of RGB (Red+Green+Blue) = 147+32+125=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93207D is #6CDF82. Grayscale: #4C4C4C. Windows color (decimal): -7135107 or 8200339. OLE color: 8200339.

HSL color Cylindrical-coordinate representation of color #93207D: hue angle of 311.48º degrees, saturation: 0.64, 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 #93207D is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 125 -
CMYK 0 0.78 0.15 0.42
HSL 311.48º 0.64% 0.35% -
HSV(B) 311.48º 0.78% 0.58% -
XYZ 16.25 8.72 20.23 -
YUV 76.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 147 32 125 0 0.78 0.15 0.42 311.48 0.64 0.35
Hex 93 20 7D 0 4E F 2A 137 40 23
Octal 223 40 175 0 116 17 52 467 100 43
Binary 10010011 100000 1111101 0 1001110 1111 101010 100110111 1000000 100011

Color Harmonies of #93207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93207D

Black with #93207D

Text Example


Text Example

White with #93207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,32,125); }

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

background-color css

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

 a { background-color: rgb(147,32,125); }

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

border-color css

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

 span { border-color: rgb(147,32,125); }

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