#970ECF

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

Shades of Dark Violet #970ECF

Tints of Dark Violet #970ECF

Color information

#970ECF (or 0x970ECF) is unknown color: approx Dark Violet. HEX triplet: 97, 0E and CF. RGB value is (151,14,207). Sum of RGB (Red+Green+Blue) = 151+14+207=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #970ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ECF is #68F130. Grayscale: #4C4C4C. Windows color (decimal): -6877489 or 13569687. OLE color: 13569687.

HSL color Cylindrical-coordinate representation of color #970ECF: hue angle of 282.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970ECF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15114207-
CMYK0.270.9300.19
HSL282.59º87.33%43.33%-
HSV(B)282.59º93.24%81.18%-
XYZ24.1811.459.96-
YUV76.96201.39180.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 14 (5.86% from 255) = 3.76%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=40.59%
G=3.76%
B=55.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151142070.270.9300.19282.5987.3343.33
Hex97ECF1B5D01311b572b
Octal227163173313502343312753
Binary100101111110110011111101110111010100111000110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970ECF; }

 p { color: rgb(151,14,207); }

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

<style>
 a { background-color: #970ECF; }

 a { background-color: rgb(151,14,207); }

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

<style>
 span { border-color: #970ECF; }

 span { border-color: rgb(151,14,207); }

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