Html Css Color HEX #970AFA Dark Violet

📋 copy color: '#970AFA'

red 151 ◦ green 10 ◦ blue 250

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

Shades of Dark Violet #970AFA

Tints of Dark Violet #970AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 36.74%
G = 2.43%
B = 60.83%

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

#970AFA (or 0x970AFA) is known color: Dark Violet. HEX triplet: 97, 0A and FA. RGB value is (151,10,250). Sum of RGB (Red+Green+Blue) = 151+10+250=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #970AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AFA is #68F505. Grayscale: #4E4E4E. Windows color (decimal): -6878470 or 16386711. OLE color: 16386711.

HSL color Cylindrical-coordinate representation of color #970AFA: hue angle of 275.25º 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 #970AFA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 10 250 -
CMYK 0.40 0.96 0 0.02
HSL 275.25º 0.96% 0.51% -
HSV(B) 275.25º 0.96% 0.98% -
XYZ 30.13 13.7 91.5 -
YUV 79.52 224.21 178.99 -
System Red Green Blue C M Y K H S L
Decimal 151 10 250 0.40 0.96 0 0.02 275.25 0.96 0.51
Hex 97 A FA 28 60 0 2 113 60 33
Octal 227 12 372 50 140 0 2 423 140 63
Binary 10010111 1010 11111010 101000 1100000 0 10 100010011 1100000 110011

Color Harmonies of #970AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AFA

Black with #970AFA

Text Example


Text Example

White with #970AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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