Html Css Color HEX #970DDB Dark Violet

📋 copy color: '#970DDB'

red 151 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #970DDB

Tints of Dark Violet #970DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 39.43%
G = 3.39%
B = 57.18%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#970DDB (or 0x970DDB) is known color: Dark Violet. HEX triplet: 97, 0D and DB. RGB value is (151,13,219). Sum of RGB (Red+Green+Blue) = 151+13+219=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #970DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DDB is #68F224. Grayscale: #4D4D4D. Windows color (decimal): -6877733 or 14355863. OLE color: 14355863.

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

Color convert

RGB 151 13 219 -
CMYK 0.31 0.94 0 0.14
HSL 280.19º 0.89% 0.45% -
HSV(B) 280.19º 0.94% 0.86% -
XYZ 25.69 11.98 67.98 -
YUV 77.75 207.72 180.25 -
System Red Green Blue C M Y K H S L
Decimal 151 13 219 0.31 0.94 0 0.14 280.19 0.89 0.45
Hex 97 D DB 1F 5E 0 E 118 59 2D
Octal 227 15 333 37 136 0 16 430 131 55
Binary 10010111 1101 11011011 11111 1011110 0 1110 100011000 1011001 101101

Color Harmonies of #970DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DDB

Black with #970DDB

Text Example


Text Example

White with #970DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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