Html Css Color HEX #970DF9 Blue Violet

📋 copy color: '#970DF9'

red 151 ◦ green 13 ◦ blue 249

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

Shades of Blue Violet #970DF9

Tints of Blue Violet #970DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 249 (97.66% from 255) = 60.29%

R = 36.56%
G = 3.15%
B = 60.29%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#970DF9 (or 0x970DF9) is known color: Blue Violet. HEX triplet: 97, 0D and F9. RGB value is (151,13,249). Sum of RGB (Red+Green+Blue) = 151+13+249=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #970DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DF9 is #68F206. Grayscale: #505050. Windows color (decimal): -6877703 or 16321943. OLE color: 16321943.

HSL color Cylindrical-coordinate representation of color #970DF9: hue angle of 275.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970DF9 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 13 249 -
CMYK 0.39 0.95 0 0.02
HSL 275.08º 0.95% 0.51% -
HSV(B) 275.08º 0.95% 0.98% -
XYZ 30.01 13.71 90.69 -
YUV 81.17 222.72 177.81 -
System Red Green Blue C M Y K H S L
Decimal 151 13 249 0.39 0.95 0 0.02 275.08 0.95 0.51
Hex 97 D F9 27 5F 0 2 113 5F 33
Octal 227 15 371 47 137 0 2 423 137 63
Binary 10010111 1101 11111001 100111 1011111 0 10 100010011 1011111 110011

Color Harmonies of #970DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DF9

Black with #970DF9

Text Example


Text Example

White with #970DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,249); }

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

background-color css

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

 a { background-color: rgb(151,13,249); }

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

border-color css

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

 span { border-color: rgb(151,13,249); }

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