Html Css Color HEX #940ADE Dark Violet

📋 copy color: '#940ADE'

red 148 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #940ADE

Tints of Dark Violet #940ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 38.95%
G = 2.63%
B = 58.42%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#940ADE (or 0x940ADE) is known color: Dark Violet. HEX triplet: 94, 0A and DE. RGB value is (148,10,222). Sum of RGB (Red+Green+Blue) = 148+10+222=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #940ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ADE is #6BF521. Grayscale: #4A4A4A. Windows color (decimal): -7075106 or 14551700. OLE color: 14551700.

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

Color convert

RGB 148 10 222 -
CMYK 0.33 0.95 0 0.13
HSL 279.06º 0.91% 0.45% -
HSV(B) 279.06º 0.95% 0.87% -
XYZ 25.51 11.79 70.04 -
YUV 75.43 210.72 179.76 -
System Red Green Blue C M Y K H S L
Decimal 148 10 222 0.33 0.95 0 0.13 279.06 0.91 0.45
Hex 94 A DE 21 5F 0 D 117 5B 2D
Octal 224 12 336 41 137 0 15 427 133 55
Binary 10010100 1010 11011110 100001 1011111 0 1101 100010111 1011011 101101

Color Harmonies of #940ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940ADE

Black with #940ADE

Text Example


Text Example

White with #940ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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