Html Css Color HEX #940CD1 Dark Violet

📋 copy color: '#940CD1'

red 148 ◦ green 12 ◦ blue 209

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

Shades of Dark Violet #940CD1

Tints of Dark Violet #940CD1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 209 (82.03% from 255) = 56.64%

R = 40.11%
G = 3.25%
B = 56.64%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#940CD1 (or 0x940CD1) is known color: Dark Violet. HEX triplet: 94, 0C and D1. RGB value is (148,12,209). Sum of RGB (Red+Green+Blue) = 148+12+209=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #940CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CD1 is #6BF32E. Grayscale: #4A4A4A. Windows color (decimal): -7074607 or 13700244. OLE color: 13700244.

HSL color Cylindrical-coordinate representation of color #940CD1: hue angle of 281.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CD1 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 12 209 -
CMYK 0.29 0.94 0 0.18
HSL 281.42º 0.89% 0.43% -
HSV(B) 281.42º 0.94% 0.82% -
XYZ 23.85 11.16 61.22 -
YUV 75.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 148 12 209 0.29 0.94 0 0.18 281.42 0.89 0.43
Hex 94 C D1 1D 5E 0 12 119 59 2B
Octal 224 14 321 35 136 0 22 431 131 53
Binary 10010100 1100 11010001 11101 1011110 0 10010 100011001 1011001 101011

Color Harmonies of #940CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CD1

Black with #940CD1

Text Example


Text Example

White with #940CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,209); }

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

background-color css

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

 a { background-color: rgb(148,12,209); }

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

border-color css

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

 span { border-color: rgb(148,12,209); }

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