Html Css Color HEX #970FFE Blue Violet

📋 copy color: '#970FFE'

red 151 ◦ green 15 ◦ blue 254

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

Shades of Blue Violet #970FFE

Tints of Blue Violet #970FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 35.95%
G = 3.57%
B = 60.48%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#970FFE (or 0x970FFE) is known color: Blue Violet. HEX triplet: 97, 0F and FE. RGB value is (151,15,254). Sum of RGB (Red+Green+Blue) = 151+15+254=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #970FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FFE is #68F001. Grayscale: #525252. Windows color (decimal): -6877186 or 16650135. OLE color: 16650135.

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

Color convert

RGB 151 15 254 -
CMYK 0.41 0.94 0 0.00
HSL 274.14º 0.99% 0.53% -
HSV(B) 274.14º 0.94% 1% -
XYZ 30.82 14.08 94.86 -
YUV 82.91 224.56 176.57 -
System Red Green Blue C M Y K H S L
Decimal 151 15 254 0.41 0.94 0 0.00 274.14 0.99 0.53
Hex 97 F FE 29 5E 0 0 112 63 35
Octal 227 17 376 51 136 0 0 422 143 65
Binary 10010111 1111 11111110 101001 1011110 0 0 100010010 1100011 110101

Color Harmonies of #970FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FFE

Black with #970FFE

Text Example


Text Example

White with #970FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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