Html Css Color HEX #970AB5 Dark Violet

📋 copy color: '#970AB5'

red 151 ◦ green 10 ◦ blue 181

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

Shades of Dark Violet #970AB5

Tints of Dark Violet #970AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.92%

R = 44.15%
G = 2.92%
B = 52.92%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#970AB5 (or 0x970AB5) is known color: Dark Violet. HEX triplet: 97, 0A and B5. RGB value is (151,10,181). Sum of RGB (Red+Green+Blue) = 151+10+181=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #970AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970AB5 is #68F54A. Grayscale: #474747. Windows color (decimal): -6878539 or 11864727. OLE color: 11864727.

HSL color Cylindrical-coordinate representation of color #970AB5: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AB5 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 10 181 -
CMYK 0.17 0.94 0 0.29
HSL 289.47º 0.9% 0.37% -
HSV(B) 289.47º 0.94% 0.71% -
XYZ 21.21 10.13 44.55 -
YUV 71.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 151 10 181 0.17 0.94 0 0.29 289.47 0.9 0.37
Hex 97 A B5 11 5E 0 1D 121 5A 25
Octal 227 12 265 21 136 0 35 441 132 45
Binary 10010111 1010 10110101 10001 1011110 0 11101 100100001 1011010 100101

Color Harmonies of #970AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AB5

Black with #970AB5

Text Example


Text Example

White with #970AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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