#9615FA

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

Shades of Blue Violet #9615FA

Tints of Blue Violet #9615FA

Color information

#9615FA (or 0x9615FA) is unknown color: approx Blue Violet. HEX triplet: 96, 15 and FA. RGB value is (150,21,250). Sum of RGB (Red+Green+Blue) = 150+21+250=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #9615FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9615FA is #69EA05. Grayscale: #545454. Windows color (decimal): -6941190 or 16389526. OLE color: 16389526.

HSL color Cylindrical-coordinate representation of color #9615FA: hue angle of 273.8º degrees, saturation: 0.96, 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 #9615FA is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15021250-
CMYK0.40.9200.02
HSL273.8º95.82%53.14%-
HSV(B)273.8º91.6%98.04%-
XYZ30.113.9291.54-
YUV85.68220.74173.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 21 (8.59% from 255) = 4.99%
BLUE value IS 250 (98.05% from 255) = 59.38%
R=35.63%
G=4.99%
B=59.38%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150212500.40.9200.02273.895.8253.14
Hex9615FA285C021126035
Octal22625372501340242214065
Binary10010110101011111101010100010111000101000100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9615FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9615FA; }

 p { color: rgb(150,21,250); }

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

<style>
 a { background-color: #9615FA; }

 a { background-color: rgb(150,21,250); }

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

<style>
 span { border-color: #9615FA; }

 span { border-color: rgb(150,21,250); }

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