#9013FB

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

Shades of Blue Violet #9013FB

Tints of Blue Violet #9013FB

Color information

#9013FB (or 0x9013FB) is unknown color: approx Blue Violet. HEX triplet: 90, 13 and FB. RGB value is (144,19,251). Sum of RGB (Red+Green+Blue) = 144+19+251=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #9013FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013FB is #6FEC04. Grayscale: #525252. Windows color (decimal): -7334917 or 16454544. OLE color: 16454544.

HSL color Cylindrical-coordinate representation of color #9013FB: hue angle of 272.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9013FB is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14419251-
CMYK0.430.9200.02
HSL272.33º96.67%52.94%-
HSV(B)272.33º92.43%98.43%-
XYZ29.1513.3692.31-
YUV82.82222.91171.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 4.59%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=34.78%
G=4.59%
B=60.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144192510.430.9200.02272.3396.6752.94
Hex9013FB2B5C021106135
Octal22023373531340242014165
Binary10010000100111111101110101110111000101000100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9013FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9013FB; }

 p { color: rgb(144,19,251); }

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

<style>
 a { background-color: #9013FB; }

 a { background-color: rgb(144,19,251); }

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

<style>
 span { border-color: #9013FB; }

 span { border-color: rgb(144,19,251); }

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