Html Css Color HEX #970EBA Dark Violet

📋 copy color: '#970EBA'

red 151 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #970EBA

Tints of Dark Violet #970EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 43.02%
G = 3.99%
B = 52.99%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#970EBA (or 0x970EBA) is known color: Dark Violet. HEX triplet: 97, 0E and BA. RGB value is (151,14,186). Sum of RGB (Red+Green+Blue) = 151+14+186=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #970EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970EBA is #68F145. Grayscale: #4A4A4A. Windows color (decimal): -6877510 or 12193431. OLE color: 12193431.

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

Color convert

RGB 151 14 186 -
CMYK 0.19 0.92 0 0.27
HSL 287.79º 0.86% 0.39% -
HSV(B) 287.79º 0.92% 0.73% -
XYZ 21.78 10.44 47.32 -
YUV 74.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 151 14 186 0.19 0.92 0 0.27 287.79 0.86 0.39
Hex 97 E BA 13 5C 0 1B 120 56 27
Octal 227 16 272 23 134 0 33 440 126 47
Binary 10010111 1110 10111010 10011 1011100 0 11011 100100000 1010110 100111

Color Harmonies of #970EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EBA

Black with #970EBA

Text Example


Text Example

White with #970EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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