Html Css Color HEX #970FDB Dark Violet

📋 copy color: '#970FDB'

red 151 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #970FDB

Tints of Dark Violet #970FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 39.22%
G = 3.9%
B = 56.88%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#970FDB (or 0x970FDB) is known color: Dark Violet. HEX triplet: 97, 0F and DB. RGB value is (151,15,219). Sum of RGB (Red+Green+Blue) = 151+15+219=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #970FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FDB is #68F024. Grayscale: #4E4E4E. Windows color (decimal): -6877221 or 14356375. OLE color: 14356375.

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

Color convert

RGB 151 15 219 -
CMYK 0.31 0.93 0 0.14
HSL 280º 0.87% 0.46% -
HSV(B) 280º 0.93% 0.86% -
XYZ 25.72 12.04 67.99 -
YUV 78.92 207.06 179.41 -
System Red Green Blue C M Y K H S L
Decimal 151 15 219 0.31 0.93 0 0.14 280 0.87 0.46
Hex 97 F DB 1F 5D 0 E 118 57 2E
Octal 227 17 333 37 135 0 16 430 127 56
Binary 10010111 1111 11011011 11111 1011101 0 1110 100011000 1010111 101110

Color Harmonies of #970FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FDB

Black with #970FDB

Text Example


Text Example

White with #970FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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