Html Css Color HEX #970FB2 Dark Violet

📋 copy color: '#970FB2'

red 151 ◦ green 15 ◦ blue 178

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

Shades of Dark Violet #970FB2

Tints of Dark Violet #970FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.36%

 BLUE value IS 178 (69.92% from 255) = 51.74%

R = 43.9%
G = 4.36%
B = 51.74%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#970FB2 (or 0x970FB2) is known color: Dark Violet. HEX triplet: 97, 0F and B2. RGB value is (151,15,178). Sum of RGB (Red+Green+Blue) = 151+15+178=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #970FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FB2 is #68F04D. Grayscale: #494949. Windows color (decimal): -6877262 or 11669399. OLE color: 11669399.

HSL color Cylindrical-coordinate representation of color #970FB2: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FB2 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 15 178 -
CMYK 0.15 0.92 0 0.30
HSL 290.06º 0.84% 0.38% -
HSV(B) 290.06º 0.92% 0.7% -
XYZ 20.97 10.14 42.97 -
YUV 74.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 151 15 178 0.15 0.92 0 0.30 290.06 0.84 0.38
Hex 97 F B2 F 5C 0 1E 122 54 26
Octal 227 17 262 17 134 0 36 442 124 46
Binary 10010111 1111 10110010 1111 1011100 0 11110 100100010 1010100 100110

Color Harmonies of #970FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FB2

Black with #970FB2

Text Example


Text Example

White with #970FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,178); }

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

background-color css

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

 a { background-color: rgb(151,15,178); }

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

border-color css

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

 span { border-color: rgb(151,15,178); }

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