Html Css Color HEX #940FE0 Dark Violet

📋 copy color: '#940FE0'

red 148 ◦ green 15 ◦ blue 224

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

Shades of Dark Violet #940FE0

Tints of Dark Violet #940FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 224 (87.89% from 255) = 57.88%

R = 38.24%
G = 3.88%
B = 57.88%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#940FE0 (or 0x940FE0) is known color: Dark Violet. HEX triplet: 94, 0F and E0. RGB value is (148,15,224). Sum of RGB (Red+Green+Blue) = 148+15+224=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #940FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FE0 is #6BF01F. Grayscale: #4D4D4D. Windows color (decimal): -7073824 or 14684052. OLE color: 14684052.

HSL color Cylindrical-coordinate representation of color #940FE0: hue angle of 278.18º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940FE0 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 15 224 -
CMYK 0.34 0.93 0 0.12
HSL 278.18º 0.87% 0.47% -
HSV(B) 278.18º 0.93% 0.88% -
XYZ 25.84 12.02 71.48 -
YUV 78.59 210.06 177.51 -
System Red Green Blue C M Y K H S L
Decimal 148 15 224 0.34 0.93 0 0.12 278.18 0.87 0.47
Hex 94 F E0 22 5D 0 C 116 57 2F
Octal 224 17 340 42 135 0 14 426 127 57
Binary 10010100 1111 11100000 100010 1011101 0 1100 100010110 1010111 101111

Color Harmonies of #940FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FE0

Black with #940FE0

Text Example


Text Example

White with #940FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,15,224); }

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

background-color css

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

 a { background-color: rgb(148,15,224); }

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

border-color css

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

 span { border-color: rgb(148,15,224); }

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