#980DB4

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

Shades of Dark Violet #980DB4

Tints of Dark Violet #980DB4

Color information

#980DB4 (or 0x980DB4) is unknown color: approx Dark Violet. HEX triplet: 98, 0D and B4. RGB value is (152,13,180). Sum of RGB (Red+Green+Blue) = 152+13+180=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #980DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DB4 is #67F24B. Grayscale: #494949. Windows color (decimal): -6812236 or 11799960. OLE color: 11799960.

HSL color Cylindrical-coordinate representation of color #980DB4: hue angle of 289.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980DB4 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15213180-
CMYK0.160.9300.29
HSL289.94º86.53%37.84%-
HSV(B)289.94º92.78%70.59%-
XYZ21.3310.2644.04-
YUV73.6188.05183.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 13 (5.47% from 255) = 3.77%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=44.06%
G=3.77%
B=52.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152131800.160.9300.29289.9486.5337.84
Hex98DB4105D01D1225726
Octal230152642013503544212746
Binary100110001101101101001000010111010111011001000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,180); }

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

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

 a { background-color: rgb(152,13,180); }

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

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

 span { border-color: rgb(152,13,180); }

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