Html Css Color HEX #970EBF Dark Violet

📋 copy color: '#970EBF'

red 151 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #970EBF

Tints of Dark Violet #970EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.65%

R = 42.42%
G = 3.93%
B = 53.65%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#970EBF (or 0x970EBF) is known color: Dark Violet. HEX triplet: 97, 0E and BF. RGB value is (151,14,191). Sum of RGB (Red+Green+Blue) = 151+14+191=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #970EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EBF is #68F140. Grayscale: #4A4A4A. Windows color (decimal): -6877505 or 12521111. OLE color: 12521111.

HSL color Cylindrical-coordinate representation of color #970EBF: hue angle of 286.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970EBF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 14 191 -
CMYK 0.21 0.93 0 0.25
HSL 286.44º 0.86% 0.4% -
HSV(B) 286.44º 0.93% 0.75% -
XYZ 22.32 10.65 50.17 -
YUV 75.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 151 14 191 0.21 0.93 0 0.25 286.44 0.86 0.4
Hex 97 E BF 15 5D 0 19 11E 56 28
Octal 227 16 277 25 135 0 31 436 126 50
Binary 10010111 1110 10111111 10101 1011101 0 11001 100011110 1010110 101000

Color Harmonies of #970EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EBF

Black with #970EBF

Text Example


Text Example

White with #970EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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