#901ED8

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

Shades of Blue Violet #901ED8

Tints of Blue Violet #901ED8

Color information

#901ED8 (or 0x901ED8) is unknown color: approx Blue Violet. HEX triplet: 90, 1E and D8. RGB value is (144,30,216). Sum of RGB (Red+Green+Blue) = 144+30+216=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #901ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ED8 is #6FE127. Grayscale: #545454. Windows color (decimal): -7332136 or 14163600. OLE color: 14163600.

HSL color Cylindrical-coordinate representation of color #901ED8: hue angle of 276.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901ED8 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14430216-
CMYK0.330.8600.15
HSL276.77º75.61%48.24%-
HSV(B)276.77º86.11%84.71%-
XYZ24.3611.8265.96-
YUV85.29201.77169.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 30 (12.11% from 255) = 7.69%
BLUE value IS 216 (84.77% from 255) = 55.38%
R=36.92%
G=7.69%
B=55.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144302160.330.8600.15276.7775.6148.24
Hex901ED821560F1154c30
Octal220363304112601742511460
Binary1001000011110110110001000011010110011111000101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901ED8; }

 p { color: rgb(144,30,216); }

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

<style>
 a { background-color: #901ED8; }

 a { background-color: rgb(144,30,216); }

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

<style>
 span { border-color: #901ED8; }

 span { border-color: rgb(144,30,216); }

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