#971ADF

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

Shades of Blue Violet #971ADF

Tints of Blue Violet #971ADF

Color information

#971ADF (or 0x971ADF) is unknown color: approx Blue Violet. HEX triplet: 97, 1A and DF. RGB value is (151,26,223). Sum of RGB (Red+Green+Blue) = 151+26+223=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #971ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADF is #68E520. Grayscale: #555555. Windows color (decimal): -6874401 or 14621335. OLE color: 14621335.

HSL color Cylindrical-coordinate representation of color #971ADF: hue angle of 278.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971ADF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15126223-
CMYK0.320.8800.13
HSL278.07º79.12%48.82%-
HSV(B)278.07º88.34%87.45%-
XYZ26.4512.6570.86-
YUV85.83205.41174.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 26 (10.55% from 255) = 6.5%
BLUE value IS 223 (87.5% from 255) = 55.75%
R=37.75%
G=6.5%
B=55.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151262230.320.8800.13278.0779.1248.82
Hex971ADF20580D1164f31
Octal227323374013001542611761
Binary1001011111010110111111000001011000011011000101101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971ADF; }

 p { color: rgb(151,26,223); }

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

<style>
 a { background-color: #971ADF; }

 a { background-color: rgb(151,26,223); }

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

<style>
 span { border-color: #971ADF; }

 span { border-color: rgb(151,26,223); }

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