#914BEA

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

Shades of Blue Violet #914BEA

Tints of Blue Violet #914BEA

Color information

#914BEA (or 0x914BEA) is unknown color: approx Blue Violet. HEX triplet: 91, 4B and EA. RGB value is (145,75,234). Sum of RGB (Red+Green+Blue) = 145+75+234=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #914BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914BEA is #6EB415. Grayscale: #717171. Windows color (decimal): -7255062 or 15354769. OLE color: 15354769.

HSL color Cylindrical-coordinate representation of color #914BEA: hue angle of 266.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914BEA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14575234-
CMYK0.380.6800.08
HSL266.42º79.1%60.59%-
HSV(B)266.42º67.95%91.76%-
XYZ29.0416.9979.59-
YUV114.06195.69150.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.94%
GREEN value IS 75 (29.69% from 255) = 16.52%
BLUE value IS 234 (91.80% from 255) = 51.54%
R=31.94%
G=16.52%
B=51.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal145752340.380.6800.08266.4279.160.59
Hex914BEA26440810a4f3d
Octal2211133524610401041211775
Binary100100011001011111010101001101000100010001000010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,75,234); }

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

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

 a { background-color: rgb(145,75,234); }

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

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

 span { border-color: rgb(145,75,234); }

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