Html Css Color HEX #94117F Dark Purple

📋 copy color: '#94117F'

red 148 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #94117F

Tints of Dark Purple #94117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.49%

R = 50.68%
G = 5.82%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94117F (or 0x94117F) is known color: Dark Purple. HEX triplet: 94, 11 and 7F. RGB value is (148,17,127). Sum of RGB (Red+Green+Blue) = 148+17+127=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94117F is #6BEE80. Grayscale: #444444. Windows color (decimal): -7073409 or 8327572. OLE color: 8327572.

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

Color convert

RGB 148 17 127 -
CMYK 0 0.89 0.14 0.42
HSL 309.62º 0.79% 0.32% -
HSV(B) 309.62º 0.89% 0.58% -
XYZ 16.24 8.23 20.81 -
YUV 68.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 148 17 127 0 0.89 0.14 0.42 309.62 0.79 0.32
Hex 94 11 7F 0 59 E 2A 136 4F 20
Octal 224 21 177 0 131 16 52 466 117 40
Binary 10010100 10001 1111111 0 1011001 1110 101010 100110110 1001111 100000

Color Harmonies of #94117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94117F

Black with #94117F

Text Example


Text Example

White with #94117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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