#972FE3

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

Shades of Blue Violet #972FE3

Tints of Blue Violet #972FE3

Color information

#972FE3 (or 0x972FE3) is unknown color: approx Blue Violet. HEX triplet: 97, 2F and E3. RGB value is (151,47,227). Sum of RGB (Red+Green+Blue) = 151+47+227=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #972FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FE3 is #68D01C. Grayscale: #626262. Windows color (decimal): -6869021 or 14888855. OLE color: 14888855.

HSL color Cylindrical-coordinate representation of color #972FE3: hue angle of 274.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972FE3 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15147227-
CMYK0.330.7900.11
HSL274.67º76.27%53.73%-
HSV(B)274.67º79.3%89.02%-
XYZ27.6414.1673.95-
YUV98.62200.46165.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 227 (89.06% from 255) = 53.41%
R=35.53%
G=11.06%
B=53.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151472270.330.7900.11274.6776.2753.73
Hex972FE3214F0B1134c36
Octal227573434111701342311466
Binary10010111101111111000111000011001111010111000100111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,47,227); }

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

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

 a { background-color: rgb(151,47,227); }

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

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

 span { border-color: rgb(151,47,227); }

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