Html Css Color HEX #970FFA Blue Violet

📋 copy color: '#970FFA'

red 151 ◦ green 15 ◦ blue 250

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

Shades of Blue Violet #970FFA

Tints of Blue Violet #970FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 36.3%
G = 3.61%
B = 60.1%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#970FFA (or 0x970FFA) is known color: Blue Violet. HEX triplet: 97, 0F and FA. RGB value is (151,15,250). Sum of RGB (Red+Green+Blue) = 151+15+250=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #970FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FFA is #68F005. Grayscale: #515151. Windows color (decimal): -6877190 or 16387991. OLE color: 16387991.

HSL color Cylindrical-coordinate representation of color #970FFA: hue angle of 274.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970FFA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 15 250 -
CMYK 0.40 0.94 0 0.02
HSL 274.72º 0.96% 0.52% -
HSV(B) 274.72º 0.94% 0.98% -
XYZ 30.19 13.82 91.52 -
YUV 82.45 222.56 176.89 -
System Red Green Blue C M Y K H S L
Decimal 151 15 250 0.40 0.94 0 0.02 274.72 0.96 0.52
Hex 97 F FA 28 5E 0 2 113 60 34
Octal 227 17 372 50 136 0 2 423 140 64
Binary 10010111 1111 11111010 101000 1011110 0 10 100010011 1100000 110100

Color Harmonies of #970FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FFA

Black with #970FFA

Text Example


Text Example

White with #970FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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