Html Css Color HEX #940FDA Dark Violet

📋 copy color: '#940FDA'

red 148 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #940FDA

Tints of Dark Violet #940FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 38.85%
G = 3.94%
B = 57.22%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#940FDA (or 0x940FDA) is known color: Dark Violet. HEX triplet: 94, 0F and DA. RGB value is (148,15,218). Sum of RGB (Red+Green+Blue) = 148+15+218=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #940FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FDA is #6BF025. Grayscale: #4D4D4D. Windows color (decimal): -7073830 or 14290836. OLE color: 14290836.

HSL color Cylindrical-coordinate representation of color #940FDA: hue angle of 279.31º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940FDA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 15 218 -
CMYK 0.32 0.93 0 0.15
HSL 279.31º 0.87% 0.46% -
HSV(B) 279.31º 0.93% 0.85% -
XYZ 25.04 11.7 67.27 -
YUV 77.91 207.06 177.99 -
System Red Green Blue C M Y K H S L
Decimal 148 15 218 0.32 0.93 0 0.15 279.31 0.87 0.46
Hex 94 F DA 20 5D 0 F 117 57 2E
Octal 224 17 332 40 135 0 17 427 127 56
Binary 10010100 1111 11011010 100000 1011101 0 1111 100010111 1010111 101110

Color Harmonies of #940FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FDA

Black with #940FDA

Text Example


Text Example

White with #940FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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