Html Css Color HEX #970FBC Dark Violet

📋 copy color: '#970FBC'

red 151 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #970FBC

Tints of Dark Violet #970FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 42.66%
G = 4.24%
B = 53.11%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#970FBC (or 0x970FBC) is known color: Dark Violet. HEX triplet: 97, 0F and BC. RGB value is (151,15,188). Sum of RGB (Red+Green+Blue) = 151+15+188=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #970FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FBC is #68F043. Grayscale: #4A4A4A. Windows color (decimal): -6877252 or 12324759. OLE color: 12324759.

HSL color Cylindrical-coordinate representation of color #970FBC: hue angle of 287.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FBC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 15 188 -
CMYK 0.20 0.92 0 0.26
HSL 287.17º 0.85% 0.4% -
HSV(B) 287.17º 0.92% 0.74% -
XYZ 22.01 10.55 48.45 -
YUV 75.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 151 15 188 0.20 0.92 0 0.26 287.17 0.85 0.4
Hex 97 F BC 14 5C 0 1A 11F 55 28
Octal 227 17 274 24 134 0 32 437 125 50
Binary 10010111 1111 10111100 10100 1011100 0 11010 100011111 1010101 101000

Color Harmonies of #970FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FBC

Black with #970FBC

Text Example


Text Example

White with #970FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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