#9701F7

Color #9701F7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9701F7

Tints of Dark Violet #9701F7

Color information

#9701F7 (or 0x9701F7) is unknown color: approx Dark Violet. HEX triplet: 97, 01 and F7. RGB value is (151,1,247). Sum of RGB (Red+Green+Blue) = 151+1+247=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 247 (96.88% from 255 or 61.90% from 399); Max value from RGB is 247 - color contains mainly: blue. Hex color #9701F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701F7 is #68FE08. Grayscale: #494949. Windows color (decimal): -6880777 or 16187799. OLE color: 16187799.

HSL color Cylindrical-coordinate representation of color #9701F7: hue angle of 276.59º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701F7 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1511247-
CMYK0.391.0000.03
HSL276.59º99.19%48.63%-
HSV(B)276.59º99.6%96.86%-
XYZ29.5613.3289.01-
YUV73.89225.7183-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 247 (96.88% from 255) = 61.90%
R=37.84%
G=0.25%
B=61.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15112470.391.0000.03276.5999.1948.63
Hex971F72764031156331
Octal2271367471440342514361
Binary1001011111111011110011111001000111000101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9701F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9701F7; }

 p { color: rgb(151,1,247); }

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

<style>
 a { background-color: #9701F7; }

 a { background-color: rgb(151,1,247); }

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

<style>
 span { border-color: #9701F7; }

 span { border-color: rgb(151,1,247); }

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