#9614F5

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

Shades of Blue Violet #9614F5

Tints of Blue Violet #9614F5

Color information

#9614F5 (or 0x9614F5) is unknown color: approx Blue Violet. HEX triplet: 96, 14 and F5. RGB value is (150,20,245). Sum of RGB (Red+Green+Blue) = 150+20+245=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #9614F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9614F5 is #69EB0A. Grayscale: #535353. Windows color (decimal): -6941451 or 16061590. OLE color: 16061590.

HSL color Cylindrical-coordinate representation of color #9614F5: hue angle of 274.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9614F5 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15020245-
CMYK0.390.9200.04
HSL274.67º91.84%51.96%-
HSV(B)274.67º91.84%96.08%-
XYZ29.3113.5887.46-
YUV84.52218.57174.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 20 (8.20% from 255) = 4.82%
BLUE value IS 245 (96.09% from 255) = 59.04%
R=36.14%
G=4.82%
B=59.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150202450.390.9200.04274.6791.8451.96
Hex9614F5275C041135c34
Octal22624365471340442313464
Binary100101101010011110101100111101110001001000100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9614F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9614F5; }

 p { color: rgb(150,20,245); }

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

<style>
 a { background-color: #9614F5; }

 a { background-color: rgb(150,20,245); }

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

<style>
 span { border-color: #9614F5; }

 span { border-color: rgb(150,20,245); }

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