Html Css Color HEX #940E7E Dark Purple

📋 copy color: '#940E7E'

red 148 ◦ green 14 ◦ blue 126

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

Shades of Dark Purple #940E7E

Tints of Dark Purple #940E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

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

R = 51.39%
G = 4.86%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#940E7E (or 0x940E7E) is known color: Dark Purple. HEX triplet: 94, 0E and 7E. RGB value is (148,14,126). Sum of RGB (Red+Green+Blue) = 148+14+126=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E7E is #6BF181. Grayscale: #424242. Windows color (decimal): -7074178 or 8261268. OLE color: 8261268.

HSL color Cylindrical-coordinate representation of color #940E7E: hue angle of 309.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E7E is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 126 -
CMYK 0 0.91 0.15 0.42
HSL 309.85º 0.83% 0.32% -
HSV(B) 309.85º 0.91% 0.58% -
XYZ 16.14 8.12 20.45 -
YUV 66.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 148 14 126 0 0.91 0.15 0.42 309.85 0.83 0.32
Hex 94 E 7E 0 5B F 2A 136 53 20
Octal 224 16 176 0 133 17 52 466 123 40
Binary 10010100 1110 1111110 0 1011011 1111 101010 100110110 1010011 100000

Color Harmonies of #940E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E7E

Black with #940E7E

Text Example


Text Example

White with #940E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940E7E; }

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

 H1.HeaderClassName
 {
   color: #940E7E;
 }
 .AnyTagClassName
 {
   color: #940E7E;
 }
</style>

background-color css

<style>
 a { background-color: #940E7E; }

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

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

border-color css

<style>
 span { border-color: #940E7E; }

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

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