Html Css Color HEX #94317D Dark Purple

📋 copy color: '#94317D'

red 148 ◦ green 49 ◦ blue 125

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

Shades of Dark Purple #94317D

Tints of Dark Purple #94317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 45.96%
G = 15.22%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94317D (or 0x94317D) is known color: Dark Purple. HEX triplet: 94, 31 and 7D. RGB value is (148,49,125). Sum of RGB (Red+Green+Blue) = 148+49+125=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94317D is #6BCE82. Grayscale: #575757. Windows color (decimal): -7065219 or 8204692. OLE color: 8204692.

HSL color Cylindrical-coordinate representation of color #94317D: hue angle of 313.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94317D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 125 -
CMYK 0 0.67 0.16 0.42
HSL 313.94º 0.5% 0.39% -
HSV(B) 313.94º 0.67% 0.58% -
XYZ 17.01 9.97 20.43 -
YUV 87.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 148 49 125 0 0.67 0.16 0.42 313.94 0.5 0.39
Hex 94 31 7D 0 43 10 2A 13A 32 27
Octal 224 61 175 0 103 20 52 472 62 47
Binary 10010100 110001 1111101 0 1000011 10000 101010 100111010 110010 100111

Color Harmonies of #94317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94317D

Black with #94317D

Text Example


Text Example

White with #94317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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