#9512FF

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

Shades of Blue Violet #9512FF

Tints of Blue Violet #9512FF

Color information

#9512FF (or 0x9512FF) is unknown color: approx Blue Violet. HEX triplet: 95, 12 and FF. RGB value is (149,18,255). Sum of RGB (Red+Green+Blue) = 149+18+255=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #9512FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FF is #6AED00. Grayscale: #535353. Windows color (decimal): -7007489 or 16716437. OLE color: 16716437.

HSL color Cylindrical-coordinate representation of color #9512FF: hue angle of 273.16º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9512FF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14918255-
CMYK0.420.9300
HSL273.16º100%53.53%-
HSV(B)273.16º92.94%100%-
XYZ30.6614.0495.7-
YUV84.19224.4174.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 18 (7.42% from 255) = 4.27%
BLUE value IS 255 (100% from 255) = 60.43%
R=35.31%
G=4.27%
B=60.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149182550.420.9300273.1610053.53
Hex9512FF2A5D001116436
Octal22522377521350042114466
Binary1001010110010111111111010101011101001000100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9512FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9512FF; }

 p { color: rgb(149,18,255); }

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

<style>
 a { background-color: #9512FF; }

 a { background-color: rgb(149,18,255); }

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

<style>
 span { border-color: #9512FF; }

 span { border-color: rgb(149,18,255); }

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