#9712FF

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

Shades of Blue Violet #9712FF

Tints of Blue Violet #9712FF

Color information

#9712FF (or 0x9712FF) is unknown color: approx Blue Violet. HEX triplet: 97, 12 and FF. RGB value is (151,18,255). Sum of RGB (Red+Green+Blue) = 151+18+255=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9712FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9712FF is #68ED00. Grayscale: #535353. Windows color (decimal): -6876417 or 16716439. OLE color: 16716439.

HSL color Cylindrical-coordinate representation of color #9712FF: hue angle of 273.67º 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 #9712FF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15118255-
CMYK0.410.9300
HSL273.67º100%53.53%-
HSV(B)273.67º92.94%100%-
XYZ31.0314.2395.72-
YUV84.78224.06175.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 18 (7.42% from 255) = 4.25%
BLUE value IS 255 (100% from 255) = 60.14%
R=35.61%
G=4.25%
B=60.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151182550.410.9300273.6710053.53
Hex9712FF295D001126436
Octal22722377511350042214466
Binary1001011110010111111111010011011101001000100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9712FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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