#9014E1

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

Shades of Blue Violet #9014E1

Tints of Blue Violet #9014E1

Color information

#9014E1 (or 0x9014E1) is unknown color: approx Blue Violet. HEX triplet: 90, 14 and E1. RGB value is (144,20,225). Sum of RGB (Red+Green+Blue) = 144+20+225=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #9014E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014E1 is #6FEB1E. Grayscale: #4F4F4F. Windows color (decimal): -7334687 or 14750864. OLE color: 14750864.

HSL color Cylindrical-coordinate representation of color #9014E1: hue angle of 276.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9014E1 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14420225-
CMYK0.360.9100.12
HSL276.29º83.67%48.04%-
HSV(B)276.29º91.11%88.24%-
XYZ25.3411.8772.19-
YUV80.45209.58173.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 20 (8.20% from 255) = 5.14%
BLUE value IS 225 (88.28% from 255) = 57.84%
R=37.02%
G=5.14%
B=57.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal144202250.360.9100.12276.2983.6748.04
Hex9014E1245B0C1145430
Octal220243414413301442412460
Binary1001000010100111000011001001011011011001000101001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9014E1; }

 p { color: rgb(144,20,225); }

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

<style>
 a { background-color: #9014E1; }

 a { background-color: rgb(144,20,225); }

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

<style>
 span { border-color: #9014E1; }

 span { border-color: rgb(144,20,225); }

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