Html Css Color HEX #94177C Dark Purple

📋 copy color: '#94177C'

red 148 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #94177C

Tints of Dark Purple #94177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 50.17%
G = 7.8%
B = 42.03%

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

#94177C (or 0x94177C) is known color: Dark Purple. HEX triplet: 94, 17 and 7C. RGB value is (148,23,124). Sum of RGB (Red+Green+Blue) = 148+23+124=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94177C is #6BE883. Grayscale: #474747. Windows color (decimal): -7071876 or 8132500. OLE color: 8132500.

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

Color convert

RGB 148 23 124 -
CMYK 0 0.84 0.16 0.42
HSL 311.52º 0.73% 0.34% -
HSV(B) 311.52º 0.84% 0.58% -
XYZ 16.16 8.36 19.83 -
YUV 71.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 148 23 124 0 0.84 0.16 0.42 311.52 0.73 0.34
Hex 94 17 7C 0 54 10 2A 138 49 22
Octal 224 27 174 0 124 20 52 470 111 42
Binary 10010100 10111 1111100 0 1010100 10000 101010 100111000 1001001 100010

Color Harmonies of #94177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94177C

Black with #94177C

Text Example


Text Example

White with #94177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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