Html Css Color HEX #970FC7 Dark Violet

📋 copy color: '#970FC7'

red 151 ◦ green 15 ◦ blue 199

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

Shades of Dark Violet #970FC7

Tints of Dark Violet #970FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 41.37%
G = 4.11%
B = 54.52%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#970FC7 (or 0x970FC7) is known color: Dark Violet. HEX triplet: 97, 0F and C7. RGB value is (151,15,199). Sum of RGB (Red+Green+Blue) = 151+15+199=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #970FC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FC7 is #68F038. Grayscale: #4C4C4C. Windows color (decimal): -6877241 or 13045655. OLE color: 13045655.

HSL color Cylindrical-coordinate representation of color #970FC7: hue angle of 284.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FC7 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 15 199 -
CMYK 0.24 0.92 0 0.22
HSL 284.35º 0.86% 0.42% -
HSV(B) 284.35º 0.92% 0.78% -
XYZ 23.24 11.04 54.94 -
YUV 76.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 151 15 199 0.24 0.92 0 0.22 284.35 0.86 0.42
Hex 97 F C7 18 5C 0 16 11C 56 2A
Octal 227 17 307 30 134 0 26 434 126 52
Binary 10010111 1111 11000111 11000 1011100 0 10110 100011100 1010110 101010

Color Harmonies of #970FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FC7

Black with #970FC7

Text Example


Text Example

White with #970FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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