Html Css Color HEX #940CD3 Dark Violet

📋 copy color: '#940CD3'

red 148 ◦ green 12 ◦ blue 211

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

Shades of Dark Violet #940CD3

Tints of Dark Violet #940CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.87%

R = 39.89%
G = 3.23%
B = 56.87%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#940CD3 (or 0x940CD3) is known color: Dark Violet. HEX triplet: 94, 0C and D3. RGB value is (148,12,211). Sum of RGB (Red+Green+Blue) = 148+12+211=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #940CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CD3 is #6BF32C. Grayscale: #4A4A4A. Windows color (decimal): -7074605 or 13831316. OLE color: 13831316.

HSL color Cylindrical-coordinate representation of color #940CD3: hue angle of 281.01º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CD3 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 12 211 -
CMYK 0.30 0.94 0 0.17
HSL 281.01º 0.89% 0.44% -
HSV(B) 281.01º 0.94% 0.83% -
XYZ 24.1 11.26 62.53 -
YUV 75.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 148 12 211 0.30 0.94 0 0.17 281.01 0.89 0.44
Hex 94 C D3 1E 5E 0 11 119 59 2C
Octal 224 14 323 36 136 0 21 431 131 54
Binary 10010100 1100 11010011 11110 1011110 0 10001 100011001 1011001 101100

Color Harmonies of #940CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CD3

Black with #940CD3

Text Example


Text Example

White with #940CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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