#9613FB

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

Shades of Blue Violet #9613FB

Tints of Blue Violet #9613FB

Color information

#9613FB (or 0x9613FB) is unknown color: approx Blue Violet. HEX triplet: 96, 13 and FB. RGB value is (150,19,251). Sum of RGB (Red+Green+Blue) = 150+19+251=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #9613FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613FB is #69EC04. Grayscale: #535353. Windows color (decimal): -6941701 or 16454550. OLE color: 16454550.

HSL color Cylindrical-coordinate representation of color #9613FB: hue angle of 273.88º 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 #9613FB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15019251-
CMYK0.400.9200.02
HSL273.88º96.67%52.94%-
HSV(B)273.88º92.43%98.43%-
XYZ30.2213.9192.36-
YUV84.62221.9174.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 19 (7.81% from 255) = 4.52%
BLUE value IS 251 (98.44% from 255) = 59.76%
R=35.71%
G=4.52%
B=59.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150192510.400.9200.02273.8896.6752.94
Hex9613FB285C021126135
Octal22623373501340242214165
Binary10010110100111111101110100010111000101000100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9613FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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