Html Css Color HEX #94117E Dark Purple

📋 copy color: '#94117E'

red 148 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #94117E

Tints of Dark Purple #94117E

RGB

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

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

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

R = 50.86%
G = 5.84%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94117E (or 0x94117E) is known color: Dark Purple. HEX triplet: 94, 11 and 7E. RGB value is (148,17,126). Sum of RGB (Red+Green+Blue) = 148+17+126=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94117E is #6BEE81. Grayscale: #444444. Windows color (decimal): -7073410 or 8262036. OLE color: 8262036.

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

Color convert

RGB 148 17 126 -
CMYK 0 0.89 0.15 0.42
HSL 310.08º 0.79% 0.32% -
HSV(B) 310.08º 0.89% 0.58% -
XYZ 16.18 8.2 20.47 -
YUV 68.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 148 17 126 0 0.89 0.15 0.42 310.08 0.79 0.32
Hex 94 11 7E 0 59 F 2A 136 4F 20
Octal 224 21 176 0 131 17 52 466 117 40
Binary 10010100 10001 1111110 0 1011001 1111 101010 100110110 1001111 100000

Color Harmonies of #94117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94117E

Black with #94117E

Text Example


Text Example

White with #94117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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