Html Css Color HEX #94147E Dark Purple

📋 copy color: '#94147E'

red 148 ◦ green 20 ◦ blue 126

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

Shades of Dark Purple #94147E

Tints of Dark Purple #94147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 50.34%
G = 6.8%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94147E (or 0x94147E) is known color: Dark Purple. HEX triplet: 94, 14 and 7E. RGB value is (148,20,126). Sum of RGB (Red+Green+Blue) = 148+20+126=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94147E is #6BEB81. Grayscale: #464646. Windows color (decimal): -7072642 or 8262804. OLE color: 8262804.

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

Color convert

RGB 148 20 126 -
CMYK 0 0.86 0.15 0.42
HSL 310.31º 0.76% 0.33% -
HSV(B) 310.31º 0.86% 0.58% -
XYZ 16.23 8.3 20.49 -
YUV 70.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 148 20 126 0 0.86 0.15 0.42 310.31 0.76 0.33
Hex 94 14 7E 0 56 F 2A 136 4C 21
Octal 224 24 176 0 126 17 52 466 114 41
Binary 10010100 10100 1111110 0 1010110 1111 101010 100110110 1001100 100001

Color Harmonies of #94147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94147E

Black with #94147E

Text Example


Text Example

White with #94147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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