Html Css Color HEX #970BB7 Dark Violet

📋 copy color: '#970BB7'

red 151 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #970BB7

Tints of Dark Violet #970BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.19%

 BLUE value IS 183 (71.88% from 255) = 53.04%

R = 43.77%
G = 3.19%
B = 53.04%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#970BB7 (or 0x970BB7) is known color: Dark Violet. HEX triplet: 97, 0B and B7. RGB value is (151,11,183). Sum of RGB (Red+Green+Blue) = 151+11+183=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #970BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BB7 is #68F448. Grayscale: #474747. Windows color (decimal): -6878281 or 11996055. OLE color: 11996055.

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

Color convert

RGB 151 11 183 -
CMYK 0.17 0.94 0 0.28
HSL 288.84º 0.89% 0.38% -
HSV(B) 288.84º 0.94% 0.72% -
XYZ 21.43 10.24 45.65 -
YUV 72.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 151 11 183 0.17 0.94 0 0.28 288.84 0.89 0.38
Hex 97 B B7 11 5E 0 1C 121 59 26
Octal 227 13 267 21 136 0 34 441 131 46
Binary 10010111 1011 10110111 10001 1011110 0 11100 100100001 1011001 100110

Color Harmonies of #970BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BB7

Black with #970BB7

Text Example


Text Example

White with #970BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,11,183); }

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

background-color css

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

 a { background-color: rgb(151,11,183); }

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

border-color css

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

 span { border-color: rgb(151,11,183); }

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