Html Css Color HEX #970DB6 Dark Violet

📋 copy color: '#970DB6'

red 151 ◦ green 13 ◦ blue 182

#970DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #970DB6

Tints of Dark Violet #970DB6

RGB

 RED value IS 151 (59.38% from 255) = 43.64%

 GREEN value IS 13 (5.47% from 255) = 3.76%

 BLUE value IS 182 (71.48% from 255) = 52.6%

R = 43.64%
G = 3.76%
B = 52.6%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#970DB6 (or 0x970DB6) is known color: Dark Violet. HEX triplet: 97, 0D and B6. RGB value is (151,13,182). Sum of RGB (Red+Green+Blue) = 151+13+182=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #970DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DB6 is #68F249. Grayscale: #484848. Windows color (decimal): -6877770 or 11931031. OLE color: 11931031.

HSL color Cylindrical-coordinate representation of color #970DB6: hue angle of 288.99º 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 #970DB6 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 13 182 -
CMYK 0.17 0.93 0 0.29
HSL 288.99º 0.87% 0.38% -
HSV(B) 288.99º 0.93% 0.71% -
XYZ 21.35 10.24 45.11 -
YUV 73.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 151 13 182 0.17 0.93 0 0.29 288.99 0.87 0.38
Hex 97 D B6 11 5D 0 1D 121 57 26
Octal 227 15 266 21 135 0 35 441 127 46
Binary 10010111 1101 10110110 10001 1011101 0 11101 100100001 1010111 100110

Color Harmonies of #970DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DB6

Black with #970DB6

Text Example


Text Example

White with #970DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #970DB6;
 }
 .AnyTagClassName
 {
   color: #970DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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