#972CFF

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

Shades of Blue Violet #972CFF

Tints of Blue Violet #972CFF

Color information

#972CFF (or 0x972CFF) is unknown color: approx Blue Violet. HEX triplet: 97, 2C and FF. RGB value is (151,44,255). Sum of RGB (Red+Green+Blue) = 151+44+255=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #972CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972CFF is #68D300. Grayscale: #636363. Windows color (decimal): -6869761 or 16723095. OLE color: 16723095.

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

Color convert

RGB15144255-
CMYK0.410.8300
HSL270.43º100%58.63%-
HSV(B)270.43º82.75%100%-
XYZ31.7115.695.95-
YUV100.05215.45164.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 44 (17.58% from 255) = 9.78%
BLUE value IS 255 (100% from 255) = 56.67%
R=33.56%
G=9.78%
B=56.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151442550.410.8300270.4310058.63
Hex972CFF29530010e643b
Octal22754377511230041614473
Binary10010111101100111111111010011010011001000011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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