Html Css Color HEX #970ADB Dark Violet

📋 copy color: '#970ADB'

red 151 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #970ADB

Tints of Dark Violet #970ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.63%

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

R = 39.74%
G = 2.63%
B = 57.63%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#970ADB (or 0x970ADB) is known color: Dark Violet. HEX triplet: 97, 0A and DB. RGB value is (151,10,219). Sum of RGB (Red+Green+Blue) = 151+10+219=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #970ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ADB is #68F524. Grayscale: #4B4B4B. Windows color (decimal): -6878501 or 14355095. OLE color: 14355095.

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

Color convert

RGB 151 10 219 -
CMYK 0.31 0.95 0 0.14
HSL 280.48º 0.91% 0.45% -
HSV(B) 280.48º 0.95% 0.86% -
XYZ 25.66 11.91 67.96 -
YUV 75.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 151 10 219 0.31 0.95 0 0.14 280.48 0.91 0.45
Hex 97 A DB 1F 5F 0 E 118 5B 2D
Octal 227 12 333 37 137 0 16 430 133 55
Binary 10010111 1010 11011011 11111 1011111 0 1110 100011000 1011011 101101

Color Harmonies of #970ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ADB

Black with #970ADB

Text Example


Text Example

White with #970ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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