Html Css Color HEX #94147D Dark Purple

📋 copy color: '#94147D'

red 148 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #94147D

Tints of Dark Purple #94147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 50.51%
G = 6.83%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94147D (or 0x94147D) is known color: Dark Purple. HEX triplet: 94, 14 and 7D. RGB value is (148,20,125). Sum of RGB (Red+Green+Blue) = 148+20+125=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94147D is #6BEB82. Grayscale: #454545. Windows color (decimal): -7072643 or 8197268. OLE color: 8197268.

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

Color convert

RGB 148 20 125 -
CMYK 0 0.86 0.16 0.42
HSL 310.78º 0.76% 0.33% -
HSV(B) 310.78º 0.86% 0.58% -
XYZ 16.16 8.28 20.15 -
YUV 70.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 148 20 125 0 0.86 0.16 0.42 310.78 0.76 0.33
Hex 94 14 7D 0 56 10 2A 137 4C 21
Octal 224 24 175 0 126 20 52 467 114 41
Binary 10010100 10100 1111101 0 1010110 10000 101010 100110111 1001100 100001

Color Harmonies of #94147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94147D

Black with #94147D

Text Example


Text Example

White with #94147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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