Html Css Color HEX #970EBC Dark Violet

📋 copy color: '#970EBC'

red 151 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #970EBC

Tints of Dark Violet #970EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 42.78%
G = 3.97%
B = 53.26%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#970EBC (or 0x970EBC) is known color: Dark Violet. HEX triplet: 97, 0E and BC. RGB value is (151,14,188). Sum of RGB (Red+Green+Blue) = 151+14+188=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #970EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EBC is #68F143. Grayscale: #4A4A4A. Windows color (decimal): -6877508 or 12324503. OLE color: 12324503.

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

Color convert

RGB 151 14 188 -
CMYK 0.20 0.93 0 0.26
HSL 287.24º 0.86% 0.4% -
HSV(B) 287.24º 0.93% 0.74% -
XYZ 22 10.52 48.45 -
YUV 74.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 151 14 188 0.20 0.93 0 0.26 287.24 0.86 0.4
Hex 97 E BC 14 5D 0 1A 11F 56 28
Octal 227 16 274 24 135 0 32 437 126 50
Binary 10010111 1110 10111100 10100 1011101 0 11010 100011111 1010110 101000

Color Harmonies of #970EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EBC

Black with #970EBC

Text Example


Text Example

White with #970EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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