Html Css Color HEX #94347F Dark Purple

📋 copy color: '#94347F'

red 148 ◦ green 52 ◦ blue 127

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

Shades of Dark Purple #94347F

Tints of Dark Purple #94347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 45.26%
G = 15.9%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94347F (or 0x94347F) is known color: Dark Purple. HEX triplet: 94, 34 and 7F. RGB value is (148,52,127). Sum of RGB (Red+Green+Blue) = 148+52+127=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94347F is #6BCB80. Grayscale: #595959. Windows color (decimal): -7064449 or 8336532. OLE color: 8336532.

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

Color convert

RGB 148 52 127 -
CMYK 0 0.65 0.14 0.42
HSL 313.13º 0.48% 0.39% -
HSV(B) 313.13º 0.65% 0.58% -
XYZ 17.27 10.28 21.15 -
YUV 89.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 148 52 127 0 0.65 0.14 0.42 313.13 0.48 0.39
Hex 94 34 7F 0 41 E 2A 139 30 27
Octal 224 64 177 0 101 16 52 471 60 47
Binary 10010100 110100 1111111 0 1000001 1110 101010 100111001 110000 100111

Color Harmonies of #94347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94347F

Black with #94347F

Text Example


Text Example

White with #94347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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