Html Css Color HEX #970EBE Dark Violet

📋 copy color: '#970EBE'

red 151 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #970EBE

Tints of Dark Violet #970EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 42.54%
G = 3.94%
B = 53.52%

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

#970EBE (or 0x970EBE) is known color: Dark Violet. HEX triplet: 97, 0E and BE. RGB value is (151,14,190). Sum of RGB (Red+Green+Blue) = 151+14+190=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #970EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EBE is #68F141. Grayscale: #4A4A4A. Windows color (decimal): -6877506 or 12455575. OLE color: 12455575.

HSL color Cylindrical-coordinate representation of color #970EBE: hue angle of 286.7º 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 #970EBE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 14 190 -
CMYK 0.21 0.93 0 0.25
HSL 286.7º 0.86% 0.4% -
HSV(B) 286.7º 0.93% 0.75% -
XYZ 22.21 10.61 49.59 -
YUV 75.03 192.89 182.19 -
System Red Green Blue C M Y K H S L
Decimal 151 14 190 0.21 0.93 0 0.25 286.7 0.86 0.4
Hex 97 E BE 15 5D 0 19 11F 56 28
Octal 227 16 276 25 135 0 31 437 126 50
Binary 10010111 1110 10111110 10101 1011101 0 11001 100011111 1010110 101000

Color Harmonies of #970EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EBE

Black with #970EBE

Text Example


Text Example

White with #970EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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