Html Css Color HEX #94147A Dark Purple

📋 copy color: '#94147A'

red 148 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #94147A

Tints of Dark Purple #94147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.07%

R = 51.03%
G = 6.9%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94147A (or 0x94147A) is known color: Dark Purple. HEX triplet: 94, 14 and 7A. RGB value is (148,20,122). Sum of RGB (Red+Green+Blue) = 148+20+122=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94147A is #6BEB85. Grayscale: #454545. Windows color (decimal): -7072646 or 8000660. OLE color: 8000660.

HSL color Cylindrical-coordinate representation of color #94147A: hue angle of 312.19º 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 #94147A is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 122 -
CMYK 0 0.86 0.18 0.42
HSL 312.19º 0.76% 0.33% -
HSV(B) 312.19º 0.86% 0.58% -
XYZ 15.98 8.2 19.15 -
YUV 69.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 148 20 122 0 0.86 0.18 0.42 312.19 0.76 0.33
Hex 94 14 7A 0 56 12 2A 138 4C 21
Octal 224 24 172 0 126 22 52 470 114 41
Binary 10010100 10100 1111010 0 1010110 10010 101010 100111000 1001100 100001

Color Harmonies of #94147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94147A

Black with #94147A

Text Example


Text Example

White with #94147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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