Html Css Color HEX #940DD9 Dark Violet

📋 copy color: '#940DD9'

red 148 ◦ green 13 ◦ blue 217

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

Shades of Dark Violet #940DD9

Tints of Dark Violet #940DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 217 (85.16% from 255) = 57.41%

R = 39.15%
G = 3.44%
B = 57.41%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#940DD9 (or 0x940DD9) is known color: Dark Violet. HEX triplet: 94, 0D and D9. RGB value is (148,13,217). Sum of RGB (Red+Green+Blue) = 148+13+217=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #940DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DD9 is #6BF226. Grayscale: #4B4B4B. Windows color (decimal): -7074343 or 14224788. OLE color: 14224788.

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

Color convert

RGB 148 13 217 -
CMYK 0.32 0.94 0 0.15
HSL 279.71º 0.89% 0.45% -
HSV(B) 279.71º 0.94% 0.85% -
XYZ 24.88 11.59 66.57 -
YUV 76.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 148 13 217 0.32 0.94 0 0.15 279.71 0.89 0.45
Hex 94 D D9 20 5E 0 F 118 59 2D
Octal 224 15 331 40 136 0 17 430 131 55
Binary 10010100 1101 11011001 100000 1011110 0 1111 100011000 1011001 101101

Color Harmonies of #940DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DD9

Black with #940DD9

Text Example


Text Example

White with #940DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,217); }

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

background-color css

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

 a { background-color: rgb(148,13,217); }

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

border-color css

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

 span { border-color: rgb(148,13,217); }

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