Html Css Color HEX #970EC6 Dark Violet

📋 copy color: '#970EC6'

red 151 ◦ green 14 ◦ blue 198

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

Shades of Dark Violet #970EC6

Tints of Dark Violet #970EC6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.86%

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 41.6%
G = 3.86%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#970EC6 (or 0x970EC6) is known color: Dark Violet. HEX triplet: 97, 0E and C6. RGB value is (151,14,198). Sum of RGB (Red+Green+Blue) = 151+14+198=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #970EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EC6 is #68F139. Grayscale: #4B4B4B. Windows color (decimal): -6877498 or 12979863. OLE color: 12979863.

HSL color Cylindrical-coordinate representation of color #970EC6: hue angle of 284.67º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970EC6 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 14 198 -
CMYK 0.24 0.93 0 0.22
HSL 284.67º 0.87% 0.42% -
HSV(B) 284.67º 0.93% 0.78% -
XYZ 23.11 10.97 54.33 -
YUV 75.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 151 14 198 0.24 0.93 0 0.22 284.67 0.87 0.42
Hex 97 E C6 18 5D 0 16 11D 57 2A
Octal 227 16 306 30 135 0 26 435 127 52
Binary 10010111 1110 11000110 11000 1011101 0 10110 100011101 1010111 101010

Color Harmonies of #970EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EC6

Black with #970EC6

Text Example


Text Example

White with #970EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,14,198); }

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

background-color css

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

 a { background-color: rgb(151,14,198); }

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

border-color css

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

 span { border-color: rgb(151,14,198); }

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