Html Css Color HEX #970AF7 Dark Violet

📋 copy color: '#970AF7'

red 151 ◦ green 10 ◦ blue 247

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

Shades of Dark Violet #970AF7

Tints of Dark Violet #970AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.54%

R = 37.01%
G = 2.45%
B = 60.54%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#970AF7 (or 0x970AF7) is known color: Dark Violet. HEX triplet: 97, 0A and F7. RGB value is (151,10,247). Sum of RGB (Red+Green+Blue) = 151+10+247=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #970AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AF7 is #68F508. Grayscale: #4E4E4E. Windows color (decimal): -6878473 or 16190103. OLE color: 16190103.

HSL color Cylindrical-coordinate representation of color #970AF7: hue angle of 275.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970AF7 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 10 247 -
CMYK 0.39 0.96 0 0.03
HSL 275.7º 0.94% 0.5% -
HSV(B) 275.7º 0.96% 0.97% -
XYZ 29.66 13.51 89.04 -
YUV 79.18 222.71 179.23 -
System Red Green Blue C M Y K H S L
Decimal 151 10 247 0.39 0.96 0 0.03 275.7 0.94 0.5
Hex 97 A F7 27 60 0 3 114 5E 32
Octal 227 12 367 47 140 0 3 424 136 62
Binary 10010111 1010 11110111 100111 1100000 0 11 100010100 1011110 110010

Color Harmonies of #970AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AF7

Black with #970AF7

Text Example


Text Example

White with #970AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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