Html Css Color HEX #94407D Dark Purple

📋 copy color: '#94407D'

red 148 ◦ green 64 ◦ blue 125

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

Shades of Dark Purple #94407D

Tints of Dark Purple #94407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 43.92%
G = 18.99%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94407D (or 0x94407D) is known color: Dark Purple. HEX triplet: 94, 40 and 7D. RGB value is (148,64,125). Sum of RGB (Red+Green+Blue) = 148+64+125=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94407D is #6BBF82. Grayscale: #5F5F5F. Windows color (decimal): -7061379 or 8208532. OLE color: 8208532.

HSL color Cylindrical-coordinate representation of color #94407D: hue angle of 316.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94407D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 64 125 -
CMYK 0 0.57 0.16 0.42
HSL 316.43º 0.4% 0.42% -
HSV(B) 316.43º 0.57% 0.58% -
XYZ 17.75 11.44 20.68 -
YUV 96.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 148 64 125 0 0.57 0.16 0.42 316.43 0.4 0.42
Hex 94 40 7D 0 39 10 2A 13C 28 2A
Octal 224 100 175 0 71 20 52 474 50 52
Binary 10010100 1000000 1111101 0 111001 10000 101010 100111100 101000 101010

Color Harmonies of #94407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94407D

Black with #94407D

Text Example


Text Example

White with #94407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94407D; }

 p { color: rgb(148,64,125); }

 H1.HeaderClassName
 {
   color: #94407D;
 }
 .AnyTagClassName
 {
   color: #94407D;
 }
</style>

background-color css

<style>
 a { background-color: #94407D; }

 a { background-color: rgb(148,64,125); }

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

border-color css

<style>
 span { border-color: #94407D; }

 span { border-color: rgb(148,64,125); }

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