Html Css Color HEX #94177D Dark Purple

📋 copy color: '#94177D'

red 148 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #94177D

Tints of Dark Purple #94177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 50%
G = 7.77%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94177D (or 0x94177D) is known color: Dark Purple. HEX triplet: 94, 17 and 7D. RGB value is (148,23,125). Sum of RGB (Red+Green+Blue) = 148+23+125=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94177D is #6BE882. Grayscale: #474747. Windows color (decimal): -7071875 or 8198036. OLE color: 8198036.

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

Color convert

RGB 148 23 125 -
CMYK 0 0.84 0.16 0.42
HSL 311.04º 0.73% 0.34% -
HSV(B) 311.04º 0.84% 0.58% -
XYZ 16.22 8.39 20.17 -
YUV 72 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 148 23 125 0 0.84 0.16 0.42 311.04 0.73 0.34
Hex 94 17 7D 0 54 10 2A 137 49 22
Octal 224 27 175 0 124 20 52 467 111 42
Binary 10010100 10111 1111101 0 1010100 10000 101010 100110111 1001001 100010

Color Harmonies of #94177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94177D

Black with #94177D

Text Example


Text Example

White with #94177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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