#9700ED

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

Shades of Dark Violet #9700ED

Tints of Dark Violet #9700ED

Color information

#9700ED (or 0x9700ED) is unknown color: approx Dark Violet. HEX triplet: 97, 00 and ED. RGB value is (151,0,237). Sum of RGB (Red+Green+Blue) = 151+0+237=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #9700ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9700ED is #68FF12. Grayscale: #474747. Windows color (decimal): -6881043 or 15532183. OLE color: 15532183.

HSL color Cylindrical-coordinate representation of color #9700ED: hue angle of 278.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700ED is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1510237-
CMYK0.36100.07
HSL278.23º100%46.47%-
HSV(B)278.23º100%92.94%-
XYZ28.0512.6981.09-
YUV72.17221.03184.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 61.08%
R=38.92%
G=0%
B=61.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15102370.36100.07278.2310046.47
Hex970ED246407116642e
Octal2270355441440742614456
Binary10010111011101101100100110010001111000101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9700ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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