#970deb

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

Shades of Dark Violet #970DEB

Tints of Dark Violet #970DEB

Color information

#970DEB (or 0x970DEB) is unknown color: approx Dark Violet. HEX triplet: 97, 0D and EB. RGB value is (151,13,235). Sum of RGB (Red+Green+Blue) = 151+13+235=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #970DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DEB is #68F214. Grayscale: #4E4E4E. Windows color (decimal): -6877717 or 15404439. OLE color: 15404439.

HSL color Cylindrical-coordinate representation of color #970DEB: hue angle of 277.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DEB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15113235-
CMYK0.360.9400.08
HSL277.3º89.52%48.63%-
HSV(B)277.3º94.47%92.16%-
XYZ27.912.8779.61-
YUV79.57215.72178.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 235 (92.19% from 255) = 58.90%
R=37.84%
G=3.26%
B=58.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151132350.360.9400.08277.389.5248.63
Hex97DEB245E081155a31
Octal227153534413601042513261
Binary100101111101111010111001001011110010001000101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970deb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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