#970EB5

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

Shades of Dark Violet #970EB5

Tints of Dark Violet #970EB5

Color information

#970EB5 (or 0x970EB5) is unknown color: approx Dark Violet. HEX triplet: 97, 0E and B5. RGB value is (151,14,181). Sum of RGB (Red+Green+Blue) = 151+14+181=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #970EB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EB5 is #68F14A. Grayscale: #494949. Windows color (decimal): -6877515 or 11865751. OLE color: 11865751.

HSL color Cylindrical-coordinate representation of color #970EB5: hue angle of 289.22º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970EB5 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15114181-
CMYK0.170.9200.29
HSL289.22º85.64%38.24%-
HSV(B)289.22º92.27%70.98%-
XYZ21.2610.2344.57-
YUV74188.39182.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 181 (71.09% from 255) = 52.31%
R=43.64%
G=4.05%
B=52.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151141810.170.9200.29289.2285.6438.24
Hex97EB5115C01D1215626
Octal227162652113403544112646
Binary100101111110101101011000110111000111011001000011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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