Html Css Color HEX #970FBA Dark Violet

📋 copy color: '#970FBA'

red 151 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #970FBA

Tints of Dark Violet #970FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 42.9%
G = 4.26%
B = 52.84%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#970FBA (or 0x970FBA) is known color: Dark Violet. HEX triplet: 97, 0F and BA. RGB value is (151,15,186). Sum of RGB (Red+Green+Blue) = 151+15+186=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #970FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FBA is #68F045. Grayscale: #4A4A4A. Windows color (decimal): -6877254 or 12193687. OLE color: 12193687.

HSL color Cylindrical-coordinate representation of color #970FBA: hue angle of 287.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FBA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 15 186 -
CMYK 0.19 0.92 0 0.27
HSL 287.72º 0.85% 0.39% -
HSV(B) 287.72º 0.92% 0.73% -
XYZ 21.8 10.47 47.33 -
YUV 75.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 151 15 186 0.19 0.92 0 0.27 287.72 0.85 0.39
Hex 97 F BA 13 5C 0 1B 120 55 27
Octal 227 17 272 23 134 0 33 440 125 47
Binary 10010111 1111 10111010 10011 1011100 0 11011 100100000 1010101 100111

Color Harmonies of #970FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FBA

Black with #970FBA

Text Example


Text Example

White with #970FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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