Html Css Color HEX #970DFF Blue Violet

📋 copy color: '#970DFF'

red 151 ◦ green 13 ◦ blue 255

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

Shades of Blue Violet #970DFF

Tints of Blue Violet #970DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 36.04%
G = 3.1%
B = 60.86%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#970DFF (or 0x970DFF) is known color: Blue Violet. HEX triplet: 97, 0D and FF. RGB value is (151,13,255). Sum of RGB (Red+Green+Blue) = 151+13+255=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #970DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DFF is #68F200. Grayscale: #515151. Windows color (decimal): -6877697 or 16715159. OLE color: 16715159.

HSL color Cylindrical-coordinate representation of color #970DFF: hue angle of 274.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970DFF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 13 255 -
CMYK 0.41 0.95 0 0
HSL 274.21º 1% 0.53% -
HSV(B) 274.21º 0.95% 1% -
XYZ 30.96 14.09 95.7 -
YUV 81.85 225.72 177.32 -
System Red Green Blue C M Y K H S L
Decimal 151 13 255 0.41 0.95 0 0 274.21 1 0.53
Hex 97 D FF 29 5F 0 0 112 64 35
Octal 227 15 377 51 137 0 0 422 144 65
Binary 10010111 1101 11111111 101001 1011111 0 0 100010010 1100100 110101

Color Harmonies of #970DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DFF

Black with #970DFF

Text Example


Text Example

White with #970DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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