Html Css Color HEX #940DDB Dark Violet

📋 copy color: '#940DDB'

red 148 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #940DDB

Tints of Dark Violet #940DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 38.95%
G = 3.42%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#940DDB (or 0x940DDB) is known color: Dark Violet. HEX triplet: 94, 0D and DB. RGB value is (148,13,219). Sum of RGB (Red+Green+Blue) = 148+13+219=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #940DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DDB is #6BF224. Grayscale: #4C4C4C. Windows color (decimal): -7074341 or 14355860. OLE color: 14355860.

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

Color convert

RGB 148 13 219 -
CMYK 0.32 0.94 0 0.14
HSL 279.32º 0.89% 0.45% -
HSV(B) 279.32º 0.94% 0.86% -
XYZ 25.14 11.7 67.95 -
YUV 76.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 148 13 219 0.32 0.94 0 0.14 279.32 0.89 0.45
Hex 94 D DB 20 5E 0 E 117 59 2D
Octal 224 15 333 40 136 0 16 427 131 55
Binary 10010100 1101 11011011 100000 1011110 0 1110 100010111 1011001 101101

Color Harmonies of #940DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DDB

Black with #940DDB

Text Example


Text Example

White with #940DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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