Html Css Color HEX #93207F Dark Purple

📋 copy color: '#93207F'

red 147 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #93207F

Tints of Dark Purple #93207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.5%

R = 48.04%
G = 10.46%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93207F (or 0x93207F) is known color: Dark Purple. HEX triplet: 93, 20 and 7F. RGB value is (147,32,127). Sum of RGB (Red+Green+Blue) = 147+32+127=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93207F is #6CDF80. Grayscale: #4C4C4C. Windows color (decimal): -7135105 or 8331411. OLE color: 8331411.

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

Color convert

RGB 147 32 127 -
CMYK 0 0.78 0.14 0.42
HSL 310.43º 0.64% 0.35% -
HSV(B) 310.43º 0.78% 0.58% -
XYZ 16.38 8.77 20.91 -
YUV 77.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 147 32 127 0 0.78 0.14 0.42 310.43 0.64 0.35
Hex 93 20 7F 0 4E E 2A 136 40 23
Octal 223 40 177 0 116 16 52 466 100 43
Binary 10010011 100000 1111111 0 1001110 1110 101010 100110110 1000000 100011

Color Harmonies of #93207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93207F

Black with #93207F

Text Example


Text Example

White with #93207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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