Html Css Color HEX #94407F Dark Purple

📋 copy color: '#94407F'

red 148 ◦ green 64 ◦ blue 127

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

Shades of Dark Purple #94407F

Tints of Dark Purple #94407F

RGB

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

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

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

R = 43.66%
G = 18.88%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94407F (or 0x94407F) is known color: Dark Purple. HEX triplet: 94, 40 and 7F. RGB value is (148,64,127). Sum of RGB (Red+Green+Blue) = 148+64+127=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94407F is #6BBF80. Grayscale: #606060. Windows color (decimal): -7061377 or 8339604. OLE color: 8339604.

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

Color convert

RGB 148 64 127 -
CMYK 0 0.57 0.14 0.42
HSL 315º 0.4% 0.42% -
HSV(B) 315º 0.57% 0.58% -
XYZ 17.88 11.5 21.36 -
YUV 96.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 148 64 127 0 0.57 0.14 0.42 315 0.4 0.42
Hex 94 40 7F 0 39 E 2A 13B 28 2A
Octal 224 100 177 0 71 16 52 473 50 52
Binary 10010100 1000000 1111111 0 111001 1110 101010 100111011 101000 101010

Color Harmonies of #94407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94407F

Black with #94407F

Text Example


Text Example

White with #94407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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