#970FBA

Color #970FBA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #970FBA

Tints of Dark Violet #970FBA

Color information

#970FBA (or 0x970FBA) is unknown color: approx 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

RGB15115186-
CMYK0.190.9200.27
HSL287.72º85.07%39.41%-
HSV(B)287.72º91.94%72.94%-
XYZ21.810.4747.33-
YUV75.16190.56182.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 15 (6.25% from 255) = 4.26%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=42.90%
G=4.26%
B=52.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151151860.190.9200.27287.7285.0739.41
Hex97FBA135C01B1205527
Octal227172722313403344012547
Binary100101111111101110101001110111000110111001000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>