Html Css Color HEX #94147C Dark Purple

📋 copy color: '#94147C'

red 148 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #94147C

Tints of Dark Purple #94147C

RGB

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

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

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

R = 50.68%
G = 6.85%
B = 42.47%

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

#94147C (or 0x94147C) is known color: Dark Purple. HEX triplet: 94, 14 and 7C. RGB value is (148,20,124). Sum of RGB (Red+Green+Blue) = 148+20+124=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94147C is #6BEB83. Grayscale: #454545. Windows color (decimal): -7072644 or 8131732. OLE color: 8131732.

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

Color convert

RGB 148 20 124 -
CMYK 0 0.86 0.16 0.42
HSL 311.25º 0.76% 0.33% -
HSV(B) 311.25º 0.86% 0.58% -
XYZ 16.1 8.25 19.81 -
YUV 70.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 148 20 124 0 0.86 0.16 0.42 311.25 0.76 0.33
Hex 94 14 7C 0 56 10 2A 137 4C 21
Octal 224 24 174 0 126 20 52 467 114 41
Binary 10010100 10100 1111100 0 1010110 10000 101010 100110111 1001100 100001

Color Harmonies of #94147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94147C

Black with #94147C

Text Example


Text Example

White with #94147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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