Html Css Color HEX #94347D Dark Purple

📋 copy color: '#94347D'

red 148 ◦ green 52 ◦ blue 125

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

Shades of Dark Purple #94347D

Tints of Dark Purple #94347D

RGB

 RED value IS 148 (58.2% from 255) = 45.54%

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 45.54%
G = 16%
B = 38.46%

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

#94347D (or 0x94347D) is known color: Dark Purple. HEX triplet: 94, 34 and 7D. RGB value is (148,52,125). Sum of RGB (Red+Green+Blue) = 148+52+125=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94347D is #6BCB82. Grayscale: #585858. Windows color (decimal): -7064451 or 8205460. OLE color: 8205460.

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

Color convert

RGB 148 52 125 -
CMYK 0 0.65 0.16 0.42
HSL 314.38º 0.48% 0.39% -
HSV(B) 314.38º 0.65% 0.58% -
XYZ 17.14 10.23 20.47 -
YUV 89.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 148 52 125 0 0.65 0.16 0.42 314.38 0.48 0.39
Hex 94 34 7D 0 41 10 2A 13A 30 27
Octal 224 64 175 0 101 20 52 472 60 47
Binary 10010100 110100 1111101 0 1000001 10000 101010 100111010 110000 100111

Color Harmonies of #94347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94347D

Black with #94347D

Text Example


Text Example

White with #94347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94347D; }

 p { color: rgb(148,52,125); }

 H1.HeaderClassName
 {
   color: #94347D;
 }
 .AnyTagClassName
 {
   color: #94347D;
 }
</style>

background-color css

<style>
 a { background-color: #94347D; }

 a { background-color: rgb(148,52,125); }

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

border-color css

<style>
 span { border-color: #94347D; }

 span { border-color: rgb(148,52,125); }

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