Html Css Color HEX #93326F Dark Purple

📋 copy color: '#93326F'

red 147 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #93326F

Tints of Dark Purple #93326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 47.73%
G = 16.23%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93326F (or 0x93326F) is known color: Dark Purple. HEX triplet: 93, 32 and 6F. RGB value is (147,50,111). Sum of RGB (Red+Green+Blue) = 147+50+111=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93326F is #6CCD90. Grayscale: #555555. Windows color (decimal): -7130513 or 7287443. OLE color: 7287443.

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

Color convert

RGB 147 50 111 -
CMYK 0 0.66 0.24 0.42
HSL 322.27º 0.49% 0.39% -
HSV(B) 322.27º 0.66% 0.58% -
XYZ 16.04 9.63 16.05 -
YUV 85.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 147 50 111 0 0.66 0.24 0.42 322.27 0.49 0.39
Hex 93 32 6F 0 42 18 2A 142 31 27
Octal 223 62 157 0 102 30 52 502 61 47
Binary 10010011 110010 1101111 0 1000010 11000 101010 101000010 110001 100111

Color Harmonies of #93326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93326F

Black with #93326F

Text Example


Text Example

White with #93326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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