Html Css Color HEX #940EBC Dark Violet

📋 copy color: '#940EBC'

red 148 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #940EBC

Tints of Dark Violet #940EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 42.29%
G = 4%
B = 53.71%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#940EBC (or 0x940EBC) is known color: Dark Violet. HEX triplet: 94, 0E and BC. RGB value is (148,14,188). Sum of RGB (Red+Green+Blue) = 148+14+188=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #940EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940EBC is #6BF143. Grayscale: #494949. Windows color (decimal): -7074116 or 12324500. OLE color: 12324500.

HSL color Cylindrical-coordinate representation of color #940EBC: hue angle of 286.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940EBC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 14 188 -
CMYK 0.21 0.93 0 0.26
HSL 286.21º 0.86% 0.4% -
HSV(B) 286.21º 0.93% 0.74% -
XYZ 21.45 10.24 48.42 -
YUV 73.9 192.39 180.85 -
System Red Green Blue C M Y K H S L
Decimal 148 14 188 0.21 0.93 0 0.26 286.21 0.86 0.4
Hex 94 E BC 15 5D 0 1A 11E 56 28
Octal 224 16 274 25 135 0 32 436 126 50
Binary 10010100 1110 10111100 10101 1011101 0 11010 100011110 1010110 101000

Color Harmonies of #940EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940EBC

Black with #940EBC

Text Example


Text Example

White with #940EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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