Html Css Color HEX #940ECB Dark Violet

📋 copy color: '#940ECB'

red 148 ◦ green 14 ◦ blue 203

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

Shades of Dark Violet #940ECB

Tints of Dark Violet #940ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 40.55%
G = 3.84%
B = 55.62%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#940ECB (or 0x940ECB) is known color: Dark Violet. HEX triplet: 94, 0E and CB. RGB value is (148,14,203). Sum of RGB (Red+Green+Blue) = 148+14+203=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #940ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ECB is #6BF134. Grayscale: #4A4A4A. Windows color (decimal): -7074101 or 13307540. OLE color: 13307540.

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

Color convert

RGB 148 14 203 -
CMYK 0.27 0.93 0 0.20
HSL 282.54º 0.87% 0.43% -
HSV(B) 282.54º 0.93% 0.8% -
XYZ 23.15 10.92 57.39 -
YUV 75.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 148 14 203 0.27 0.93 0 0.20 282.54 0.87 0.43
Hex 94 E CB 1B 5D 0 14 11B 57 2B
Octal 224 16 313 33 135 0 24 433 127 53
Binary 10010100 1110 11001011 11011 1011101 0 10100 100011011 1010111 101011

Color Harmonies of #940ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ECB

Black with #940ECB

Text Example


Text Example

White with #940ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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