Html Css Color HEX #940EDB Dark Violet

📋 copy color: '#940EDB'

red 148 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #940EDB

Tints of Dark Violet #940EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 38.85%
G = 3.67%
B = 57.48%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#940EDB (or 0x940EDB) is known color: Dark Violet. HEX triplet: 94, 0E and DB. RGB value is (148,14,219). Sum of RGB (Red+Green+Blue) = 148+14+219=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #940EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940EDB is #6BF124. Grayscale: #4C4C4C. Windows color (decimal): -7074085 or 14356116. OLE color: 14356116.

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

Color convert

RGB 148 14 219 -
CMYK 0.32 0.94 0 0.14
HSL 279.22º 0.88% 0.46% -
HSV(B) 279.22º 0.94% 0.86% -
XYZ 25.16 11.72 67.96 -
YUV 77.44 207.89 178.33 -
System Red Green Blue C M Y K H S L
Decimal 148 14 219 0.32 0.94 0 0.14 279.22 0.88 0.46
Hex 94 E DB 20 5E 0 E 117 58 2E
Octal 224 16 333 40 136 0 16 427 130 56
Binary 10010100 1110 11011011 100000 1011110 0 1110 100010111 1011000 101110

Color Harmonies of #940EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940EDB

Black with #940EDB

Text Example


Text Example

White with #940EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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