#971AFE

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

Shades of Blue Violet #971AFE

Tints of Blue Violet #971AFE

Color information

#971AFE (or 0x971AFE) is unknown color: approx Blue Violet. HEX triplet: 97, 1A and FE. RGB value is (151,26,254). Sum of RGB (Red+Green+Blue) = 151+26+254=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #971AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971AFE is #68E501. Grayscale: #585858. Windows color (decimal): -6874370 or 16652951. OLE color: 16652951.

HSL color Cylindrical-coordinate representation of color #971AFE: hue angle of 272.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971AFE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15126254-
CMYK0.410.9000.00
HSL272.89º99.13%54.9%-
HSV(B)272.89º89.76%99.61%-
XYZ31.0214.4794.92-
YUV89.37220.91171.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 26 (10.55% from 255) = 6.03%
BLUE value IS 254 (99.61% from 255) = 58.93%
R=35.03%
G=6.03%
B=58.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151262540.410.9000.00272.8999.1354.9
Hex971AFE295A001116337
Octal22732376511320042114367
Binary1001011111010111111101010011011010001000100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971AFE; }

 p { color: rgb(151,26,254); }

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

<style>
 a { background-color: #971AFE; }

 a { background-color: rgb(151,26,254); }

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

<style>
 span { border-color: #971AFE; }

 span { border-color: rgb(151,26,254); }

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