#970ED5

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

Shades of Dark Violet #970ED5

Tints of Dark Violet #970ED5

Color information

#970ED5 (or 0x970ED5) is unknown color: approx Dark Violet. HEX triplet: 97, 0E and D5. RGB value is (151,14,213). Sum of RGB (Red+Green+Blue) = 151+14+213=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #970ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ED5 is #68F12A. Grayscale: #4C4C4C. Windows color (decimal): -6877483 or 13962903. OLE color: 13962903.

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

Color convert

RGB15114213-
CMYK0.290.9300.16
HSL281.31º87.67%44.51%-
HSV(B)281.31º93.43%83.53%-
XYZ24.9311.763.89-
YUV77.65204.39180.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 14 (5.86% from 255) = 3.70%
BLUE value IS 213 (83.59% from 255) = 56.35%
R=39.95%
G=3.70%
B=56.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151142130.290.9300.16281.3187.6744.51
Hex97ED51D5D010119582d
Octal227163253513502043113055
Binary100101111110110101011110110111010100001000110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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