Html Css Color HEX #940FE5 Dark Violet

📋 copy color: '#940FE5'

red 148 ◦ green 15 ◦ blue 229

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

Shades of Dark Violet #940FE5

Tints of Dark Violet #940FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.42%

R = 37.76%
G = 3.83%
B = 58.42%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#940FE5 (or 0x940FE5) is known color: Dark Violet. HEX triplet: 94, 0F and E5. RGB value is (148,15,229). Sum of RGB (Red+Green+Blue) = 148+15+229=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #940FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FE5 is #6BF01A. Grayscale: #4E4E4E. Windows color (decimal): -7073819 or 15011732. OLE color: 15011732.

HSL color Cylindrical-coordinate representation of color #940FE5: hue angle of 277.29º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940FE5 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 15 229 -
CMYK 0.35 0.93 0 0.10
HSL 277.29º 0.88% 0.48% -
HSV(B) 277.29º 0.93% 0.9% -
XYZ 26.53 12.29 75.1 -
YUV 79.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 148 15 229 0.35 0.93 0 0.10 277.29 0.88 0.48
Hex 94 F E5 23 5D 0 A 115 58 30
Octal 224 17 345 43 135 0 12 425 130 60
Binary 10010100 1111 11100101 100011 1011101 0 1010 100010101 1011000 110000

Color Harmonies of #940FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FE5

Black with #940FE5

Text Example


Text Example

White with #940FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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