Html Css Color HEX #970AB8 Dark Violet

📋 copy color: '#970AB8'

red 151 ◦ green 10 ◦ blue 184

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

Shades of Dark Violet #970AB8

Tints of Dark Violet #970AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.33%

R = 43.77%
G = 2.9%
B = 53.33%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#970AB8 (or 0x970AB8) is known color: Dark Violet. HEX triplet: 97, 0A and B8. RGB value is (151,10,184). Sum of RGB (Red+Green+Blue) = 151+10+184=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #970AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970AB8 is #68F547. Grayscale: #474747. Windows color (decimal): -6878536 or 12061335. OLE color: 12061335.

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

Color convert

RGB 151 10 184 -
CMYK 0.18 0.95 0 0.28
HSL 288.62º 0.9% 0.38% -
HSV(B) 288.62º 0.95% 0.72% -
XYZ 21.52 10.26 46.19 -
YUV 72 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 151 10 184 0.18 0.95 0 0.28 288.62 0.9 0.38
Hex 97 A B8 12 5F 0 1C 121 5A 26
Octal 227 12 270 22 137 0 34 441 132 46
Binary 10010111 1010 10111000 10010 1011111 0 11100 100100001 1011010 100110

Color Harmonies of #970AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AB8

Black with #970AB8

Text Example


Text Example

White with #970AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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