#9510F1

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

Shades of Blue Violet #9510F1

Tints of Blue Violet #9510F1

Color information

#9510F1 (or 0x9510F1) is unknown color: approx Blue Violet. HEX triplet: 95, 10 and F1. RGB value is (149,16,241). Sum of RGB (Red+Green+Blue) = 149+16+241=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #9510F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510F1 is #6AEF0E. Grayscale: #505050. Windows color (decimal): -7008015 or 15798421. OLE color: 15798421.

HSL color Cylindrical-coordinate representation of color #9510F1: hue angle of 275.47º 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 #9510F1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14916241-
CMYK0.380.9300.05
HSL275.47º88.93%50.39%-
HSV(B)275.47º93.36%94.51%-
XYZ28.4613.1184.25-
YUV81.42218.06176.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 16 (6.64% from 255) = 3.94%
BLUE value IS 241 (94.53% from 255) = 59.36%
R=36.70%
G=3.94%
B=59.36%

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
Decimal149162410.380.9300.05275.4788.9350.39
Hex9510F1265D051135932
Octal22520361461350542313162
Binary100101011000011110001100110101110101011000100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9510F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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