Html Css Color HEX #93328A Dark Purple

📋 copy color: '#93328A'

red 147 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #93328A

Tints of Dark Purple #93328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 43.88%
G = 14.93%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93328A (or 0x93328A) is known color: Dark Purple. HEX triplet: 93, 32 and 8A. RGB value is (147,50,138). Sum of RGB (Red+Green+Blue) = 147+50+138=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93328A is #6CCD75. Grayscale: #585858. Windows color (decimal): -7130486 or 9056915. OLE color: 9056915.

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

Color convert

RGB 147 50 138 -
CMYK 0 0.66 0.06 0.42
HSL 305.57º 0.49% 0.39% -
HSV(B) 305.57º 0.66% 0.58% -
XYZ 17.76 10.32 25.1 -
YUV 89.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 147 50 138 0 0.66 0.06 0.42 305.57 0.49 0.39
Hex 93 32 8A 0 42 6 2A 132 31 27
Octal 223 62 212 0 102 6 52 462 61 47
Binary 10010011 110010 10001010 0 1000010 110 101010 100110010 110001 100111

Color Harmonies of #93328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93328A

Black with #93328A

Text Example


Text Example

White with #93328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93328A; }

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

 H1.HeaderClassName
 {
   color: #93328A;
 }
 .AnyTagClassName
 {
   color: #93328A;
 }
</style>

background-color css

<style>
 a { background-color: #93328A; }

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

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

border-color css

<style>
 span { border-color: #93328A; }

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

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