Html Css Color HEX #940ECE Dark Violet

📋 copy color: '#940ECE'

red 148 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #940ECE

Tints of Dark Violet #940ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 40.22%
G = 3.8%
B = 55.98%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#940ECE (or 0x940ECE) is known color: Dark Violet. HEX triplet: 94, 0E and CE. RGB value is (148,14,206). Sum of RGB (Red+Green+Blue) = 148+14+206=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #940ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ECE is #6BF131. Grayscale: #4B4B4B. Windows color (decimal): -7074098 or 13504148. OLE color: 13504148.

HSL color Cylindrical-coordinate representation of color #940ECE: hue angle of 281.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940ECE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 14 206 -
CMYK 0.28 0.93 0 0.19
HSL 281.88º 0.87% 0.43% -
HSV(B) 281.88º 0.93% 0.81% -
XYZ 23.51 11.07 59.29 -
YUV 75.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 148 14 206 0.28 0.93 0 0.19 281.88 0.87 0.43
Hex 94 E CE 1C 5D 0 13 11A 57 2B
Octal 224 16 316 34 135 0 23 432 127 53
Binary 10010100 1110 11001110 11100 1011101 0 10011 100011010 1010111 101011

Color Harmonies of #940ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ECE

Black with #940ECE

Text Example


Text Example

White with #940ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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