Html Css Color HEX #970DD0 Dark Violet

📋 copy color: '#970DD0'

red 151 ◦ green 13 ◦ blue 208

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

Shades of Dark Violet #970DD0

Tints of Dark Violet #970DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 40.59%
G = 3.49%
B = 55.91%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#970DD0 (or 0x970DD0) is known color: Dark Violet. HEX triplet: 97, 0D and D0. RGB value is (151,13,208). Sum of RGB (Red+Green+Blue) = 151+13+208=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #970DD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DD0 is #68F22F. Grayscale: #4B4B4B. Windows color (decimal): -6877744 or 13634967. OLE color: 13634967.

HSL color Cylindrical-coordinate representation of color #970DD0: hue angle of 282.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DD0 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 13 208 -
CMYK 0.27 0.94 0 0.18
HSL 282.46º 0.88% 0.43% -
HSV(B) 282.46º 0.94% 0.82% -
XYZ 24.29 11.42 60.6 -
YUV 76.49 202.22 181.14 -
System Red Green Blue C M Y K H S L
Decimal 151 13 208 0.27 0.94 0 0.18 282.46 0.88 0.43
Hex 97 D D0 1B 5E 0 12 11A 58 2B
Octal 227 15 320 33 136 0 22 432 130 53
Binary 10010111 1101 11010000 11011 1011110 0 10010 100011010 1011000 101011

Color Harmonies of #970DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DD0

Black with #970DD0

Text Example


Text Example

White with #970DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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