#972DFF

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

Shades of Blue Violet #972DFF

Tints of Blue Violet #972DFF

Color information

#972DFF (or 0x972DFF) is unknown color: approx Blue Violet. HEX triplet: 97, 2D and FF. RGB value is (151,45,255). Sum of RGB (Red+Green+Blue) = 151+45+255=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #972DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972DFF is #68D200. Grayscale: #636363. Windows color (decimal): -6869505 or 16723351. OLE color: 16723351.

HSL color Cylindrical-coordinate representation of color #972DFF: hue angle of 270.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972DFF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15145255-
CMYK0.410.8200
HSL270.29º100%58.82%-
HSV(B)270.29º82.35%100%-
XYZ31.7515.6895.96-
YUV100.63215.12163.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 255 (100% from 255) = 56.54%
R=33.48%
G=9.98%
B=56.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151452550.410.8200270.2910058.82
Hex972DFF29520010e643b
Octal22755377511220041614473
Binary10010111101101111111111010011010010001000011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972DFF; }

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

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

<style>
 a { background-color: #972DFF; }

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

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

<style>
 span { border-color: #972DFF; }

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

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