#940AF1

Color #940AF1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #940AF1

Tints of Dark Violet #940AF1

Color information

#940AF1 (or 0x940AF1) is unknown color: approx Dark Violet. HEX triplet: 94, 0A and F1. RGB value is (148,10,241). Sum of RGB (Red+Green+Blue) = 148+10+241=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #940AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AF1 is #6BF50E. Grayscale: #4C4C4C. Windows color (decimal): -7075087 or 15796884. OLE color: 15796884.

HSL color Cylindrical-coordinate representation of color #940AF1: hue angle of 275.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AF1 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14810241-
CMYK0.390.9600.05
HSL275.84º92.03%49.22%-
HSV(B)275.84º95.85%94.51%-
XYZ28.212.8684.22-
YUV77.6220.22178.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 10 (4.30% from 255) = 2.51%
BLUE value IS 241 (94.53% from 255) = 60.40%
R=37.09%
G=2.51%
B=60.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148102410.390.9600.05275.8492.0349.22
Hex94AF12760051145c31
Octal22412361471400542413461
Binary10010100101011110001100111110000001011000101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #940AF1;
 }
 .AnyTagClassName
 {
   color: #940AF1;
 }
</style>
background-color css

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

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

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

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

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

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