Html Css Color HEX #970EEC Dark Violet

📋 copy color: '#970EEC'

red 151 ◦ green 14 ◦ blue 236

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

Shades of Dark Violet #970EEC

Tints of Dark Violet #970EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 37.66%
G = 3.49%
B = 58.85%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#970EEC (or 0x970EEC) is known color: Dark Violet. HEX triplet: 97, 0E and EC. RGB value is (151,14,236). Sum of RGB (Red+Green+Blue) = 151+14+236=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #970EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EEC is #68F113. Grayscale: #4F4F4F. Windows color (decimal): -6877460 or 15470231. OLE color: 15470231.

HSL color Cylindrical-coordinate representation of color #970EEC: hue angle of 277.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EEC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 14 236 -
CMYK 0.36 0.94 0 0.07
HSL 277.03º 0.89% 0.49% -
HSV(B) 277.03º 0.94% 0.93% -
XYZ 28.06 12.95 80.38 -
YUV 80.27 215.89 178.45 -
System Red Green Blue C M Y K H S L
Decimal 151 14 236 0.36 0.94 0 0.07 277.03 0.89 0.49
Hex 97 E EC 24 5E 0 7 115 59 31
Octal 227 16 354 44 136 0 7 425 131 61
Binary 10010111 1110 11101100 100100 1011110 0 111 100010101 1011001 110001

Color Harmonies of #970EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EEC

Black with #970EEC

Text Example


Text Example

White with #970EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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