Html Css Color HEX #94127D Dark Purple

📋 copy color: '#94127D'

red 148 ◦ green 18 ◦ blue 125

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

Shades of Dark Purple #94127D

Tints of Dark Purple #94127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 50.86%
G = 6.19%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94127D (or 0x94127D) is known color: Dark Purple. HEX triplet: 94, 12 and 7D. RGB value is (148,18,125). Sum of RGB (Red+Green+Blue) = 148+18+125=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94127D is #6BED82. Grayscale: #444444. Windows color (decimal): -7073155 or 8196756. OLE color: 8196756.

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

Color convert

RGB 148 18 125 -
CMYK 0 0.88 0.16 0.42
HSL 310.62º 0.78% 0.33% -
HSV(B) 310.62º 0.88% 0.58% -
XYZ 16.13 8.21 20.14 -
YUV 69.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 148 18 125 0 0.88 0.16 0.42 310.62 0.78 0.33
Hex 94 12 7D 0 58 10 2A 137 4E 21
Octal 224 22 175 0 130 20 52 467 116 41
Binary 10010100 10010 1111101 0 1011000 10000 101010 100110111 1001110 100001

Color Harmonies of #94127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94127D

Black with #94127D

Text Example


Text Example

White with #94127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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