Html Css Color HEX #94117C Dark Purple

📋 copy color: '#94117C'

red 148 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #94117C

Tints of Dark Purple #94117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 51.21%
G = 5.88%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94117C (or 0x94117C) is known color: Dark Purple. HEX triplet: 94, 11 and 7C. RGB value is (148,17,124). Sum of RGB (Red+Green+Blue) = 148+17+124=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94117C is #6BEE83. Grayscale: #444444. Windows color (decimal): -7073412 or 8130964. OLE color: 8130964.

HSL color Cylindrical-coordinate representation of color #94117C: hue angle of 310.99º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94117C is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 124 -
CMYK 0 0.89 0.16 0.42
HSL 310.99º 0.79% 0.32% -
HSV(B) 310.99º 0.89% 0.58% -
XYZ 16.05 8.15 19.8 -
YUV 68.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 148 17 124 0 0.89 0.16 0.42 310.99 0.79 0.32
Hex 94 11 7C 0 59 10 2A 137 4F 20
Octal 224 21 174 0 131 20 52 467 117 40
Binary 10010100 10001 1111100 0 1011001 10000 101010 100110111 1001111 100000

Color Harmonies of #94117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94117C

Black with #94117C

Text Example


Text Example

White with #94117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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