Html Css Color HEX #970EBB Dark Violet

📋 copy color: '#970EBB'

red 151 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #970EBB

Tints of Dark Violet #970EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 42.9%
G = 3.98%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#970EBB (or 0x970EBB) is known color: Dark Violet. HEX triplet: 97, 0E and BB. RGB value is (151,14,187). Sum of RGB (Red+Green+Blue) = 151+14+187=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #970EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EBB is #68F144. Grayscale: #4A4A4A. Windows color (decimal): -6877509 or 12258967. OLE color: 12258967.

HSL color Cylindrical-coordinate representation of color #970EBB: hue angle of 287.51º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970EBB is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 14 187 -
CMYK 0.19 0.93 0 0.27
HSL 287.51º 0.86% 0.39% -
HSV(B) 287.51º 0.93% 0.73% -
XYZ 21.89 10.48 47.88 -
YUV 74.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 151 14 187 0.19 0.93 0 0.27 287.51 0.86 0.39
Hex 97 E BB 13 5D 0 1B 120 56 27
Octal 227 16 273 23 135 0 33 440 126 47
Binary 10010111 1110 10111011 10011 1011101 0 11011 100100000 1010110 100111

Color Harmonies of #970EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EBB

Black with #970EBB

Text Example


Text Example

White with #970EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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