#9015DF

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

Shades of Blue Violet #9015DF

Tints of Blue Violet #9015DF

Color information

#9015DF (or 0x9015DF) is unknown color: approx Blue Violet. HEX triplet: 90, 15 and DF. RGB value is (144,21,223). Sum of RGB (Red+Green+Blue) = 144+21+223=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #9015DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015DF is #6FEA20. Grayscale: #505050. Windows color (decimal): -7334433 or 14620048. OLE color: 14620048.

HSL color Cylindrical-coordinate representation of color #9015DF: hue angle of 276.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9015DF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14421223-
CMYK0.350.9100.13
HSL276.53º82.79%47.84%-
HSV(B)276.53º90.58%87.45%-
XYZ25.0911.7970.77-
YUV80.8208.25173.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 21 (8.59% from 255) = 5.41%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=37.11%
G=5.41%
B=57.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144212230.350.9100.13276.5382.7947.84
Hex9015DF235B0D1155330
Octal220253374313301542512360
Binary1001000010101110111111000111011011011011000101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9015DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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