#972CDE

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

Shades of Blue Violet #972CDE

Tints of Blue Violet #972CDE

Color information

#972CDE (or 0x972CDE) is unknown color: approx Blue Violet. HEX triplet: 97, 2C and DE. RGB value is (151,44,222). Sum of RGB (Red+Green+Blue) = 151+44+222=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #972CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CDE is #68D321. Grayscale: #5F5F5F. Windows color (decimal): -6869794 or 14560407. OLE color: 14560407.

HSL color Cylindrical-coordinate representation of color #972CDE: hue angle of 276.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972CDE is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15144222-
CMYK0.320.8000.13
HSL276.07º72.95%52.16%-
HSV(B)276.07º80.18%87.06%-
XYZ26.8513.6570.33-
YUV96.28198.95167.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 44 (17.58% from 255) = 10.55%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=36.21%
G=10.55%
B=53.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151442220.320.8000.13276.0772.9552.16
Hex972CDE20500D1144934
Octal227543364012001542411164
Binary10010111101100110111101000001010000011011000101001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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