#980FBA

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

Shades of Dark Violet #980FBA

Tints of Dark Violet #980FBA

Color information

#980FBA (or 0x980FBA) is unknown color: approx Dark Violet. HEX triplet: 98, 0F and BA. RGB value is (152,15,186). Sum of RGB (Red+Green+Blue) = 152+15+186=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #980FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FBA is #67F045. Grayscale: #4A4A4A. Windows color (decimal): -6811718 or 12193688. OLE color: 12193688.

HSL color Cylindrical-coordinate representation of color #980FBA: hue angle of 288.07º 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 #980FBA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15215186-
CMYK0.180.9200.27
HSL288.07º85.07%39.41%-
HSV(B)288.07º91.94%72.94%-
XYZ21.9810.5647.33-
YUV75.46190.39182.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 15 (6.25% from 255) = 4.25%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=43.06%
G=4.25%
B=52.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152151860.180.9200.27288.0785.0739.41
Hex98FBA125C01B1205527
Octal230172722213403344012547
Binary100110001111101110101001010111000110111001000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #980FBA;
 }
 .AnyTagClassName
 {
   color: #980FBA;
 }
</style>
background-color css

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

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

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

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

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

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