Html Css Color HEX #970ABA Dark Violet

📋 copy color: '#970ABA'

red 151 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #970ABA

Tints of Dark Violet #970ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

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

R = 43.52%
G = 2.88%
B = 53.6%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#970ABA (or 0x970ABA) is known color: Dark Violet. HEX triplet: 97, 0A and BA. RGB value is (151,10,186). Sum of RGB (Red+Green+Blue) = 151+10+186=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #970ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ABA is #68F545. Grayscale: #474747. Windows color (decimal): -6878534 or 12192407. OLE color: 12192407.

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

Color convert

RGB 151 10 186 -
CMYK 0.19 0.95 0 0.27
HSL 288.07º 0.9% 0.38% -
HSV(B) 288.07º 0.95% 0.73% -
XYZ 21.73 10.34 47.3 -
YUV 72.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 151 10 186 0.19 0.95 0 0.27 288.07 0.9 0.38
Hex 97 A BA 13 5F 0 1B 120 5A 26
Octal 227 12 272 23 137 0 33 440 132 46
Binary 10010111 1010 10111010 10011 1011111 0 11011 100100000 1011010 100110

Color Harmonies of #970ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ABA

Black with #970ABA

Text Example


Text Example

White with #970ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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