Html Css Color HEX #940ED5 Dark Violet

📋 copy color: '#940ED5'

red 148 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #940ED5

Tints of Dark Violet #940ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 39.47%
G = 3.73%
B = 56.8%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#940ED5 (or 0x940ED5) is known color: Dark Violet. HEX triplet: 94, 0E and D5. RGB value is (148,14,213). Sum of RGB (Red+Green+Blue) = 148+14+213=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #940ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ED5 is #6BF12A. Grayscale: #4C4C4C. Windows color (decimal): -7074091 or 13962900. OLE color: 13962900.

HSL color Cylindrical-coordinate representation of color #940ED5: hue angle of 280.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940ED5 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 14 213 -
CMYK 0.31 0.93 0 0.16
HSL 280.4º 0.88% 0.45% -
HSV(B) 280.4º 0.93% 0.84% -
XYZ 24.38 11.41 63.87 -
YUV 76.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 148 14 213 0.31 0.93 0 0.16 280.4 0.88 0.45
Hex 94 E D5 1F 5D 0 10 118 58 2D
Octal 224 16 325 37 135 0 20 430 130 55
Binary 10010100 1110 11010101 11111 1011101 0 10000 100011000 1011000 101101

Color Harmonies of #940ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ED5

Black with #940ED5

Text Example


Text Example

White with #940ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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