Html Css Color HEX #93348A Dark Purple

📋 copy color: '#93348A'

red 147 ◦ green 52 ◦ blue 138

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

Shades of Dark Purple #93348A

Tints of Dark Purple #93348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 43.62%
G = 15.43%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93348A (or 0x93348A) is known color: Dark Purple. HEX triplet: 93, 34 and 8A. RGB value is (147,52,138). Sum of RGB (Red+Green+Blue) = 147+52+138=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93348A is #6CCB75. Grayscale: #595959. Windows color (decimal): -7129974 or 9057427. OLE color: 9057427.

HSL color Cylindrical-coordinate representation of color #93348A: hue angle of 305.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93348A is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 138 -
CMYK 0 0.65 0.06 0.42
HSL 305.68º 0.48% 0.39% -
HSV(B) 305.68º 0.65% 0.58% -
XYZ 17.85 10.49 25.13 -
YUV 90.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 147 52 138 0 0.65 0.06 0.42 305.68 0.48 0.39
Hex 93 34 8A 0 41 6 2A 132 30 27
Octal 223 64 212 0 101 6 52 462 60 47
Binary 10010011 110100 10001010 0 1000001 110 101010 100110010 110000 100111

Color Harmonies of #93348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93348A

Black with #93348A

Text Example


Text Example

White with #93348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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