#972ee1

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

Shades of Blue Violet #972EE1

Tints of Blue Violet #972EE1

Color information

#972EE1 (or 0x972EE1) is unknown color: approx Blue Violet. HEX triplet: 97, 2E and E1. RGB value is (151,46,225). Sum of RGB (Red+Green+Blue) = 151+46+225=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #972EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EE1 is #68D11E. Grayscale: #616161. Windows color (decimal): -6869279 or 14757527. OLE color: 14757527.

HSL color Cylindrical-coordinate representation of color #972EE1: hue angle of 275.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972EE1 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15146225-
CMYK0.330.8000.12
HSL275.2º74.9%53.14%-
HSV(B)275.2º79.56%88.24%-
XYZ27.3313.9772.49-
YUV97.8199.79165.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 225 (88.28% from 255) = 53.32%
R=35.78%
G=10.90%
B=53.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151462250.330.8000.12275.274.953.14
Hex972EE121500C1134b35
Octal227563414112001442311365
Binary10010111101110111000011000011010000011001000100111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,46,225); }

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

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

 a { background-color: rgb(151,46,225); }

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

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

 span { border-color: rgb(151,46,225); }

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