Html Css Color HEX #94187F Dark Purple

📋 copy color: '#94187F'

red 148 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #94187F

Tints of Dark Purple #94187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.47%

R = 49.5%
G = 8.03%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94187F (or 0x94187F) is known color: Dark Purple. HEX triplet: 94, 18 and 7F. RGB value is (148,24,127). Sum of RGB (Red+Green+Blue) = 148+24+127=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #94187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94187F is #6BE780. Grayscale: #484848. Windows color (decimal): -7071617 or 8329364. OLE color: 8329364.

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

Color convert

RGB 148 24 127 -
CMYK 0 0.84 0.14 0.42
HSL 310.16º 0.72% 0.34% -
HSV(B) 310.16º 0.84% 0.58% -
XYZ 16.37 8.48 20.85 -
YUV 72.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 148 24 127 0 0.84 0.14 0.42 310.16 0.72 0.34
Hex 94 18 7F 0 54 E 2A 136 48 22
Octal 224 30 177 0 124 16 52 466 110 42
Binary 10010100 11000 1111111 0 1010100 1110 101010 100110110 1001000 100010

Color Harmonies of #94187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94187F

Black with #94187F

Text Example


Text Example

White with #94187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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