Html Css Color HEX #940ADC Dark Violet

📋 copy color: '#940ADC'

red 148 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #940ADC

Tints of Dark Violet #940ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 39.15%
G = 2.65%
B = 58.2%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#940ADC (or 0x940ADC) is known color: Dark Violet. HEX triplet: 94, 0A and DC. RGB value is (148,10,220). Sum of RGB (Red+Green+Blue) = 148+10+220=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #940ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ADC is #6BF523. Grayscale: #4A4A4A. Windows color (decimal): -7075108 or 14420628. OLE color: 14420628.

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

Color convert

RGB 148 10 220 -
CMYK 0.33 0.95 0 0.14
HSL 279.43º 0.91% 0.45% -
HSV(B) 279.43º 0.95% 0.86% -
XYZ 25.24 11.68 68.63 -
YUV 75.2 209.72 179.92 -
System Red Green Blue C M Y K H S L
Decimal 148 10 220 0.33 0.95 0 0.14 279.43 0.91 0.45
Hex 94 A DC 21 5F 0 E 117 5B 2D
Octal 224 12 334 41 137 0 16 427 133 55
Binary 10010100 1010 11011100 100001 1011111 0 1110 100010111 1011011 101101

Color Harmonies of #940ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ADC

Black with #940ADC

Text Example


Text Example

White with #940ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,220); }

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

background-color css

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

 a { background-color: rgb(148,10,220); }

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

border-color css

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

 span { border-color: rgb(148,10,220); }

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