Html Css Color HEX #93347B Dark Purple

📋 copy color: '#93347B'

red 147 ◦ green 52 ◦ blue 123

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

Shades of Dark Purple #93347B

Tints of Dark Purple #93347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 45.65%
G = 16.15%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93347B (or 0x93347B) is known color: Dark Purple. HEX triplet: 93, 34 and 7B. RGB value is (147,52,123). Sum of RGB (Red+Green+Blue) = 147+52+123=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93347B is #6CCB84. Grayscale: #585858. Windows color (decimal): -7129989 or 8074387. OLE color: 8074387.

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

Color convert

RGB 147 52 123 -
CMYK 0 0.65 0.16 0.42
HSL 315.16º 0.48% 0.39% -
HSV(B) 315.16º 0.65% 0.58% -
XYZ 16.84 10.09 19.8 -
YUV 88.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 147 52 123 0 0.65 0.16 0.42 315.16 0.48 0.39
Hex 93 34 7B 0 41 10 2A 13B 30 27
Octal 223 64 173 0 101 20 52 473 60 47
Binary 10010011 110100 1111011 0 1000001 10000 101010 100111011 110000 100111

Color Harmonies of #93347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93347B

Black with #93347B

Text Example


Text Example

White with #93347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93347B; }

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

 H1.HeaderClassName
 {
   color: #93347B;
 }
 .AnyTagClassName
 {
   color: #93347B;
 }
</style>

background-color css

<style>
 a { background-color: #93347B; }

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

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

border-color css

<style>
 span { border-color: #93347B; }

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

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