Html Css Color HEX #970BF0 Dark Violet

📋 copy color: '#970BF0'

red 151 ◦ green 11 ◦ blue 240

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

Shades of Dark Violet #970BF0

Tints of Dark Violet #970BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 37.56%
G = 2.74%
B = 59.7%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#970BF0 (or 0x970BF0) is known color: Dark Violet. HEX triplet: 97, 0B and F0. RGB value is (151,11,240). Sum of RGB (Red+Green+Blue) = 151+11+240=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #970BF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BF0 is #68F40F. Grayscale: #4E4E4E. Windows color (decimal): -6878224 or 15731607. OLE color: 15731607.

HSL color Cylindrical-coordinate representation of color #970BF0: hue angle of 276.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BF0 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 11 240 -
CMYK 0.37 0.95 0 0.06
HSL 276.68º 0.91% 0.49% -
HSV(B) 276.68º 0.95% 0.94% -
XYZ 28.61 13.11 83.46 -
YUV 78.97 218.88 179.38 -
System Red Green Blue C M Y K H S L
Decimal 151 11 240 0.37 0.95 0 0.06 276.68 0.91 0.49
Hex 97 B F0 25 5F 0 6 115 5B 31
Octal 227 13 360 45 137 0 6 425 133 61
Binary 10010111 1011 11110000 100101 1011111 0 110 100010101 1011011 110001

Color Harmonies of #970BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BF0

Black with #970BF0

Text Example


Text Example

White with #970BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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