#914ae6

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

Shades of Blue Violet #914AE6

Tints of Blue Violet #914AE6

Color information

#914AE6 (or 0x914AE6) is unknown color: approx Blue Violet. HEX triplet: 91, 4A and E6. RGB value is (145,74,230). Sum of RGB (Red+Green+Blue) = 145+74+230=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #914AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914AE6 is #6EB519. Grayscale: #707070. Windows color (decimal): -7255322 or 15092369. OLE color: 15092369.

HSL color Cylindrical-coordinate representation of color #914AE6: hue angle of 267.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914AE6 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14574230-
CMYK0.370.6800.10
HSL267.31º75.73%59.61%-
HSV(B)267.31º67.83%90.2%-
XYZ28.4116.6376.58-
YUV113.01194.02150.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.29%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=32.29%
G=16.48%
B=51.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal145742300.370.6800.10267.3175.7359.61
Hex914AE625440A10b4c3c
Octal2211123464510401241311474
Binary100100011001010111001101001011000100010101000010111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914ae6; }

 p { color: rgb(145,74,230); }

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

<style>
 a { background-color: #914ae6; }

 a { background-color: rgb(145,74,230); }

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

<style>
 span { border-color: #914ae6; }

 span { border-color: rgb(145,74,230); }

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