Html Css Color HEX #940EDD Dark Violet

📋 copy color: '#940EDD'

red 148 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #940EDD

Tints of Dark Violet #940EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 38.64%
G = 3.66%
B = 57.7%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#940EDD (or 0x940EDD) is known color: Dark Violet. HEX triplet: 94, 0E and DD. RGB value is (148,14,221). Sum of RGB (Red+Green+Blue) = 148+14+221=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #940EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940EDD is #6BF122. Grayscale: #4C4C4C. Windows color (decimal): -7074083 or 14487188. OLE color: 14487188.

HSL color Cylindrical-coordinate representation of color #940EDD: hue angle of 278.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EDD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 14 221 -
CMYK 0.33 0.94 0 0.13
HSL 278.84º 0.88% 0.46% -
HSV(B) 278.84º 0.94% 0.87% -
XYZ 25.42 11.83 69.35 -
YUV 77.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 148 14 221 0.33 0.94 0 0.13 278.84 0.88 0.46
Hex 94 E DD 21 5E 0 D 117 58 2E
Octal 224 16 335 41 136 0 15 427 130 56
Binary 10010100 1110 11011101 100001 1011110 0 1101 100010111 1011000 101110

Color Harmonies of #940EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940EDD

Black with #940EDD

Text Example


Text Example

White with #940EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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