#9610F1

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

Shades of Blue Violet #9610F1

Tints of Blue Violet #9610F1

Color information

#9610F1 (or 0x9610F1) is unknown color: approx Blue Violet. HEX triplet: 96, 10 and F1. RGB value is (150,16,241). Sum of RGB (Red+Green+Blue) = 150+16+241=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #9610F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610F1 is #69EF0E. Grayscale: #505050. Windows color (decimal): -6942479 or 15798422. OLE color: 15798422.

HSL color Cylindrical-coordinate representation of color #9610F1: hue angle of 275.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610F1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15016241-
CMYK0.380.9300.05
HSL275.73º88.93%50.39%-
HSV(B)275.73º93.36%94.51%-
XYZ28.6413.2184.26-
YUV81.72217.89176.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 16 (6.64% from 255) = 3.93%
BLUE value IS 241 (94.53% from 255) = 59.21%
R=36.86%
G=3.93%
B=59.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150162410.380.9300.05275.7388.9350.39
Hex9610F1265D051145932
Octal22620361461350542413162
Binary100101101000011110001100110101110101011000101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9610F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9610F1; }

 p { color: rgb(150,16,241); }

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

<style>
 a { background-color: #9610F1; }

 a { background-color: rgb(150,16,241); }

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

<style>
 span { border-color: #9610F1; }

 span { border-color: rgb(150,16,241); }

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