Html Css Color HEX #93327F Dark Purple

📋 copy color: '#93327F'

red 147 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #93327F

Tints of Dark Purple #93327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 45.37%
G = 15.43%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93327F (or 0x93327F) is known color: Dark Purple. HEX triplet: 93, 32 and 7F. RGB value is (147,50,127). Sum of RGB (Red+Green+Blue) = 147+50+127=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93327F is #6CCD80. Grayscale: #575757. Windows color (decimal): -7130497 or 8336019. OLE color: 8336019.

HSL color Cylindrical-coordinate representation of color #93327F: hue angle of 312.37º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93327F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 50 127 -
CMYK 0 0.66 0.14 0.42
HSL 312.37º 0.49% 0.39% -
HSV(B) 312.37º 0.66% 0.58% -
XYZ 17 10.02 21.12 -
YUV 87.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 147 50 127 0 0.66 0.14 0.42 312.37 0.49 0.39
Hex 93 32 7F 0 42 E 2A 138 31 27
Octal 223 62 177 0 102 16 52 470 61 47
Binary 10010011 110010 1111111 0 1000010 1110 101010 100111000 110001 100111

Color Harmonies of #93327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93327F

Black with #93327F

Text Example


Text Example

White with #93327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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