#970DB4

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

Shades of Dark Violet #970DB4

Tints of Dark Violet #970DB4

Color information

#970DB4 (or 0x970DB4) is unknown color: approx Dark Violet. HEX triplet: 97, 0D and B4. RGB value is (151,13,180). Sum of RGB (Red+Green+Blue) = 151+13+180=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #970DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DB4 is #68F24B. Grayscale: #484848. Windows color (decimal): -6877772 or 11799959. OLE color: 11799959.

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

Color convert

RGB15113180-
CMYK0.160.9300.29
HSL289.58º86.53%37.84%-
HSV(B)289.58º92.78%70.59%-
XYZ21.1410.1644.03-
YUV73.3188.22183.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 13 (5.47% from 255) = 3.78%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=43.90%
G=3.78%
B=52.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151131800.160.9300.29289.5886.5337.84
Hex97DB4105D01D1225726
Octal227152642013503544212746
Binary100101111101101101001000010111010111011001000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,13,180); }

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

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

 a { background-color: rgb(151,13,180); }

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

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

 span { border-color: rgb(151,13,180); }

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