Html Css Color HEX #93327C Dark Purple

📋 copy color: '#93327C'

red 147 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #93327C

Tints of Dark Purple #93327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 45.79%
G = 15.58%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93327C (or 0x93327C) is known color: Dark Purple. HEX triplet: 93, 32 and 7C. RGB value is (147,50,124). Sum of RGB (Red+Green+Blue) = 147+50+124=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93327C is #6CCD83. Grayscale: #575757. Windows color (decimal): -7130500 or 8139411. OLE color: 8139411.

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

Color convert

RGB 147 50 124 -
CMYK 0 0.66 0.16 0.42
HSL 314.23º 0.49% 0.39% -
HSV(B) 314.23º 0.66% 0.58% -
XYZ 16.81 9.94 20.1 -
YUV 87.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 147 50 124 0 0.66 0.16 0.42 314.23 0.49 0.39
Hex 93 32 7C 0 42 10 2A 13A 31 27
Octal 223 62 174 0 102 20 52 472 61 47
Binary 10010011 110010 1111100 0 1000010 10000 101010 100111010 110001 100111

Color Harmonies of #93327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93327C

Black with #93327C

Text Example


Text Example

White with #93327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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