#9015F8

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

Shades of Blue Violet #9015F8

Tints of Blue Violet #9015F8

Color information

#9015F8 (or 0x9015F8) is unknown color: approx Blue Violet. HEX triplet: 90, 15 and F8. RGB value is (144,21,248). Sum of RGB (Red+Green+Blue) = 144+21+248=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #9015F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9015F8 is #6FEA07. Grayscale: #525252. Windows color (decimal): -7334408 or 16258448. OLE color: 16258448.

HSL color Cylindrical-coordinate representation of color #9015F8: hue angle of 272.51º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9015F8 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14421248-
CMYK0.420.9200.03
HSL272.51º94.19%52.75%-
HSV(B)272.51º91.53%97.25%-
XYZ28.7113.2489.85-
YUV83.66220.75171.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 21 (8.59% from 255) = 5.08%
BLUE value IS 248 (97.27% from 255) = 60.05%
R=34.87%
G=5.08%
B=60.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal144212480.420.9200.03272.5194.1952.75
Hex9015F82A5C031115e35
Octal22025370521340342113665
Binary10010000101011111100010101010111000111000100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9015F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9015F8; }

 p { color: rgb(144,21,248); }

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

<style>
 a { background-color: #9015F8; }

 a { background-color: rgb(144,21,248); }

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

<style>
 span { border-color: #9015F8; }

 span { border-color: rgb(144,21,248); }

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