#972DE8

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

Shades of Blue Violet #972DE8

Tints of Blue Violet #972DE8

Color information

#972DE8 (or 0x972DE8) is unknown color: approx Blue Violet. HEX triplet: 97, 2D and E8. RGB value is (151,45,232). Sum of RGB (Red+Green+Blue) = 151+45+232=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #972DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972DE8 is #68D217. Grayscale: #616161. Windows color (decimal): -6869528 or 15216023. OLE color: 15216023.

HSL color Cylindrical-coordinate representation of color #972DE8: hue angle of 274.01º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972DE8 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15145232-
CMYK0.350.8100.09
HSL274.01º80.26%54.31%-
HSV(B)274.01º80.6%90.98%-
XYZ28.2714.2877.61-
YUV98.01203.62165.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 45 (17.97% from 255) = 10.51%
BLUE value IS 232 (91.02% from 255) = 54.21%
R=35.28%
G=10.51%
B=54.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151452320.350.8100.09274.0180.2654.31
Hex972DE82351091125036
Octal227553504312101142212066
Binary10010111101101111010001000111010001010011000100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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