#9700F4

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

Shades of Dark Violet #9700F4

Tints of Dark Violet #9700F4

Color information

#9700F4 (or 0x9700F4) is unknown color: approx Dark Violet. HEX triplet: 97, 00 and F4. RGB value is (151,0,244). Sum of RGB (Red+Green+Blue) = 151+0+244=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #9700F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9700F4 is #68FF0B. Grayscale: #484848. Windows color (decimal): -6881036 or 15990935. OLE color: 15990935.

HSL color Cylindrical-coordinate representation of color #9700F4: hue angle of 277.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700F4 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1510244-
CMYK0.38100.04
HSL277.13º100%47.84%-
HSV(B)277.13º100%95.69%-
XYZ29.0913.1186.59-
YUV72.96224.53183.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 61.77%
R=38.23%
G=0%
B=61.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15102440.38100.04277.1310047.84
Hex970F42664041156430
Octal2270364461440442514460
Binary10010111011110100100110110010001001000101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9700F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9700F4; }

 p { color: rgb(151,0,244); }

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

<style>
 a { background-color: #9700F4; }

 a { background-color: rgb(151,0,244); }

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

<style>
 span { border-color: #9700F4; }

 span { border-color: rgb(151,0,244); }

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