#941DE0

Color #941DE0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #941DE0

Tints of Blue Violet #941DE0

Color information

#941DE0 (or 0x941DE0) is unknown color: approx Blue Violet. HEX triplet: 94, 1D and E0. RGB value is (148,29,224). Sum of RGB (Red+Green+Blue) = 148+29+224=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #941DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DE0 is #6BE21F. Grayscale: #565656. Windows color (decimal): -7070240 or 14687636. OLE color: 14687636.

HSL color Cylindrical-coordinate representation of color #941DE0: hue angle of 276.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941DE0 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14829224-
CMYK0.340.8700.12
HSL276.62º77.08%49.61%-
HSV(B)276.62º87.05%87.84%-
XYZ26.1112.5671.57-
YUV86.81205.42171.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 29 (11.72% from 255) = 7.23%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=36.91%
G=7.23%
B=55.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148292240.340.8700.12276.6277.0849.61
Hex941DE022570C1154d32
Octal224353404212701442511562
Binary1001010011101111000001000101010111011001000101011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941DE0; }

 p { color: rgb(148,29,224); }

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

<style>
 a { background-color: #941DE0; }

 a { background-color: rgb(148,29,224); }

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

<style>
 span { border-color: #941DE0; }

 span { border-color: rgb(148,29,224); }

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