Html Css Color HEX #94417A Dark Purple

📋 copy color: '#94417A'

red 148 ◦ green 65 ◦ blue 122

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

Shades of Dark Purple #94417A

Tints of Dark Purple #94417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 44.18%
G = 19.4%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94417A (or 0x94417A) is known color: Dark Purple. HEX triplet: 94, 41 and 7A. RGB value is (148,65,122). Sum of RGB (Red+Green+Blue) = 148+65+122=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #94417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94417A is #6BBE85. Grayscale: #606060. Windows color (decimal): -7061126 or 8012180. OLE color: 8012180.

HSL color Cylindrical-coordinate representation of color #94417A: hue angle of 318.8º 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 #94417A is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 122 -
CMYK 0 0.56 0.18 0.42
HSL 318.8º 0.39% 0.42% -
HSV(B) 318.8º 0.56% 0.58% -
XYZ 17.62 11.48 19.7 -
YUV 96.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 148 65 122 0 0.56 0.18 0.42 318.8 0.39 0.42
Hex 94 41 7A 0 38 12 2A 13F 27 2A
Octal 224 101 172 0 70 22 52 477 47 52
Binary 10010100 1000001 1111010 0 111000 10010 101010 100111111 100111 101010

Color Harmonies of #94417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94417A

Black with #94417A

Text Example


Text Example

White with #94417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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