Html Css Color HEX #94187C Dark Purple

📋 copy color: '#94187C'

red 148 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #94187C

Tints of Dark Purple #94187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 50%
G = 8.11%
B = 41.89%

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

#94187C (or 0x94187C) is known color: Dark Purple. HEX triplet: 94, 18 and 7C. RGB value is (148,24,124). Sum of RGB (Red+Green+Blue) = 148+24+124=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94187C is #6BE783. Grayscale: #484848. Windows color (decimal): -7071620 or 8132756. OLE color: 8132756.

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

Color convert

RGB 148 24 124 -
CMYK 0 0.84 0.16 0.42
HSL 311.61º 0.72% 0.34% -
HSV(B) 311.61º 0.84% 0.58% -
XYZ 16.18 8.4 19.84 -
YUV 72.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 148 24 124 0 0.84 0.16 0.42 311.61 0.72 0.34
Hex 94 18 7C 0 54 10 2A 138 48 22
Octal 224 30 174 0 124 20 52 470 110 42
Binary 10010100 11000 1111100 0 1010100 10000 101010 100111000 1001000 100010

Color Harmonies of #94187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94187C

Black with #94187C

Text Example


Text Example

White with #94187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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