Html Css Color HEX #93326E Dark Purple

📋 copy color: '#93326E'

red 147 ◦ green 50 ◦ blue 110

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

Shades of Dark Purple #93326E

Tints of Dark Purple #93326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 47.88%
G = 16.29%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93326E (or 0x93326E) is known color: Dark Purple. HEX triplet: 93, 32 and 6E. RGB value is (147,50,110). Sum of RGB (Red+Green+Blue) = 147+50+110=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93326E is #6CCD91. Grayscale: #555555. Windows color (decimal): -7130514 or 7221907. OLE color: 7221907.

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

Color convert

RGB 147 50 110 -
CMYK 0 0.66 0.25 0.42
HSL 322.89º 0.49% 0.39% -
HSV(B) 322.89º 0.66% 0.58% -
XYZ 15.99 9.61 15.76 -
YUV 85.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 147 50 110 0 0.66 0.25 0.42 322.89 0.49 0.39
Hex 93 32 6E 0 42 19 2A 143 31 27
Octal 223 62 156 0 102 31 52 503 61 47
Binary 10010011 110010 1101110 0 1000010 11001 101010 101000011 110001 100111

Color Harmonies of #93326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93326E

Black with #93326E

Text Example


Text Example

White with #93326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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