Html Css Color HEX #970BFA Dark Violet

📋 copy color: '#970BFA'

red 151 ◦ green 11 ◦ blue 250

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

Shades of Dark Violet #970BFA

Tints of Dark Violet #970BFA

RGB

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

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

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

R = 36.65%
G = 2.67%
B = 60.68%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#970BFA (or 0x970BFA) is known color: Dark Violet. HEX triplet: 97, 0B and FA. RGB value is (151,11,250). Sum of RGB (Red+Green+Blue) = 151+11+250=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #970BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BFA is #68F405. Grayscale: #4F4F4F. Windows color (decimal): -6878214 or 16386967. OLE color: 16386967.

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

Color convert

RGB 151 11 250 -
CMYK 0.40 0.96 0 0.02
HSL 275.15º 0.96% 0.51% -
HSV(B) 275.15º 0.96% 0.98% -
XYZ 30.14 13.72 91.5 -
YUV 80.11 223.88 178.57 -
System Red Green Blue C M Y K H S L
Decimal 151 11 250 0.40 0.96 0 0.02 275.15 0.96 0.51
Hex 97 B FA 28 60 0 2 113 60 33
Octal 227 13 372 50 140 0 2 423 140 63
Binary 10010111 1011 11111010 101000 1100000 0 10 100010011 1100000 110011

Color Harmonies of #970BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BFA

Black with #970BFA

Text Example


Text Example

White with #970BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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