Html Css Color HEX #94177B Dark Purple

📋 copy color: '#94177B'

red 148 ◦ green 23 ◦ blue 123

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

Shades of Dark Purple #94177B

Tints of Dark Purple #94177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.84%

R = 50.34%
G = 7.82%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94177B (or 0x94177B) is known color: Dark Purple. HEX triplet: 94, 17 and 7B. RGB value is (148,23,123). Sum of RGB (Red+Green+Blue) = 148+23+123=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94177B is #6BE884. Grayscale: #474747. Windows color (decimal): -7071877 or 8066964. OLE color: 8066964.

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

Color convert

RGB 148 23 123 -
CMYK 0 0.84 0.17 0.42
HSL 312º 0.73% 0.34% -
HSV(B) 312º 0.84% 0.58% -
XYZ 16.09 8.34 19.5 -
YUV 71.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 148 23 123 0 0.84 0.17 0.42 312 0.73 0.34
Hex 94 17 7B 0 54 11 2A 138 49 22
Octal 224 27 173 0 124 21 52 470 111 42
Binary 10010100 10111 1111011 0 1010100 10001 101010 100111000 1001001 100010

Color Harmonies of #94177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94177B

Black with #94177B

Text Example


Text Example

White with #94177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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