Html Css Color HEX #94417E Dark Purple

📋 copy color: '#94417E'

red 148 ◦ green 65 ◦ blue 126

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

Shades of Dark Purple #94417E

Tints of Dark Purple #94417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 43.66%
G = 19.17%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94417E (or 0x94417E) is known color: Dark Purple. HEX triplet: 94, 41 and 7E. RGB value is (148,65,126). Sum of RGB (Red+Green+Blue) = 148+65+126=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94417E is #6BBE81. Grayscale: #606060. Windows color (decimal): -7061122 or 8274324. OLE color: 8274324.

HSL color Cylindrical-coordinate representation of color #94417E: hue angle of 315.9º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94417E is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 126 -
CMYK 0 0.56 0.15 0.42
HSL 315.9º 0.39% 0.42% -
HSV(B) 315.9º 0.56% 0.58% -
XYZ 17.87 11.58 21.03 -
YUV 96.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 148 65 126 0 0.56 0.15 0.42 315.9 0.39 0.42
Hex 94 41 7E 0 38 F 2A 13C 27 2A
Octal 224 101 176 0 70 17 52 474 47 52
Binary 10010100 1000001 1111110 0 111000 1111 101010 100111100 100111 101010

Color Harmonies of #94417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94417E

Black with #94417E

Text Example


Text Example

White with #94417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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