Html Css Color HEX #970DD9 Dark Violet

📋 copy color: '#970DD9'

red 151 ◦ green 13 ◦ blue 217

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

Shades of Dark Violet #970DD9

Tints of Dark Violet #970DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 56.96%

R = 39.63%
G = 3.41%
B = 56.96%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#970DD9 (or 0x970DD9) is known color: Dark Violet. HEX triplet: 97, 0D and D9. RGB value is (151,13,217). Sum of RGB (Red+Green+Blue) = 151+13+217=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #970DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DD9 is #68F226. Grayscale: #4C4C4C. Windows color (decimal): -6877735 or 14224791. OLE color: 14224791.

HSL color Cylindrical-coordinate representation of color #970DD9: hue angle of 280.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DD9 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 13 217 -
CMYK 0.30 0.94 0 0.15
HSL 280.59º 0.89% 0.45% -
HSV(B) 280.59º 0.94% 0.85% -
XYZ 25.43 11.88 66.6 -
YUV 77.52 206.72 180.41 -
System Red Green Blue C M Y K H S L
Decimal 151 13 217 0.30 0.94 0 0.15 280.59 0.89 0.45
Hex 97 D D9 1E 5E 0 F 119 59 2D
Octal 227 15 331 36 136 0 17 431 131 55
Binary 10010111 1101 11011001 11110 1011110 0 1111 100011001 1011001 101101

Color Harmonies of #970DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DD9

Black with #970DD9

Text Example


Text Example

White with #970DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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