#940AE5

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

Shades of Dark Violet #940AE5

Tints of Dark Violet #940AE5

Color information

#940AE5 (or 0x940AE5) is unknown color: approx Dark Violet. HEX triplet: 94, 0A and E5. RGB value is (148,10,229). Sum of RGB (Red+Green+Blue) = 148+10+229=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #940AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940AE5 is #6BF51A. Grayscale: #4B4B4B. Windows color (decimal): -7075099 or 15010452. OLE color: 15010452.

HSL color Cylindrical-coordinate representation of color #940AE5: hue angle of 277.81º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AE5 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14810229-
CMYK0.350.9600.10
HSL277.81º91.63%46.86%-
HSV(B)277.81º95.63%89.8%-
XYZ26.4612.1775.08-
YUV76.23214.22179.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 229 (89.84% from 255) = 59.17%
R=38.24%
G=2.58%
B=59.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148102290.350.9600.10277.8191.6346.86
Hex94AE523600A1165c2f
Octal224123454314001242613457
Binary100101001010111001011000111100000010101000101101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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