#970EB1

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

Shades of Dark Violet #970EB1

Tints of Dark Violet #970EB1

Color information

#970EB1 (or 0x970EB1) is unknown color: approx Dark Violet. HEX triplet: 97, 0E and B1. RGB value is (151,14,177). Sum of RGB (Red+Green+Blue) = 151+14+177=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #970EB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970EB1 is #68F14E. Grayscale: #494949. Windows color (decimal): -6877519 or 11603607. OLE color: 11603607.

HSL color Cylindrical-coordinate representation of color #970EB1: hue angle of 290.43º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970EB1 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15114177-
CMYK0.150.9200.31
HSL290.43º85.34%37.45%-
HSV(B)290.43º92.09%69.41%-
XYZ20.8610.0742.44-
YUV73.54186.39183.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 14 (5.86% from 255) = 4.09%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=44.15%
G=4.09%
B=51.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151141770.150.9200.31290.4385.3437.45
Hex97EB1F5C01F1225525
Octal227162611713403744212545
Binary10010111111010110001111110111000111111001000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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