Html Css Color HEX #970CDB Dark Violet

📋 copy color: '#970CDB'

red 151 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #970CDB

Tints of Dark Violet #970CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

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

R = 39.53%
G = 3.14%
B = 57.33%

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

#970CDB (or 0x970CDB) is known color: Dark Violet. HEX triplet: 97, 0C and DB. RGB value is (151,12,219). Sum of RGB (Red+Green+Blue) = 151+12+219=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #970CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CDB is #68F324. Grayscale: #4C4C4C. Windows color (decimal): -6877989 or 14355607. OLE color: 14355607.

HSL color Cylindrical-coordinate representation of color #970CDB: hue angle of 280.29º degrees, saturation: 0.9, 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 #970CDB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 12 219 -
CMYK 0.31 0.95 0 0.14
HSL 280.29º 0.9% 0.45% -
HSV(B) 280.29º 0.95% 0.86% -
XYZ 25.68 11.96 67.97 -
YUV 77.16 208.05 180.67 -
System Red Green Blue C M Y K H S L
Decimal 151 12 219 0.31 0.95 0 0.14 280.29 0.9 0.45
Hex 97 C DB 1F 5F 0 E 118 5A 2D
Octal 227 14 333 37 137 0 16 430 132 55
Binary 10010111 1100 11011011 11111 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #970CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CDB

Black with #970CDB

Text Example


Text Example

White with #970CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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