#980BD6

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

Shades of Dark Violet #980BD6

Tints of Dark Violet #980BD6

Color information

#980BD6 (or 0x980BD6) is unknown color: approx Dark Violet. HEX triplet: 98, 0B and D6. RGB value is (152,11,214). Sum of RGB (Red+Green+Blue) = 152+11+214=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #980BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BD6 is #67F429. Grayscale: #4B4B4B. Windows color (decimal): -6812714 or 14027672. OLE color: 14027672.

HSL color Cylindrical-coordinate representation of color #980BD6: hue angle of 281.67º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BD6 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15211214-
CMYK0.290.9500.16
HSL281.67º90.22%44.12%-
HSV(B)281.67º94.86%83.92%-
XYZ25.2111.7764.56-
YUV76.3205.71181.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 11 (4.69% from 255) = 2.92%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=40.32%
G=2.92%
B=56.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152112140.290.9500.16281.6790.2244.12
Hex98BD61D5F01011a5a2c
Octal230133263513702043213254
Binary100110001011110101101110110111110100001000110101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,11,214); }

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

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

 a { background-color: rgb(152,11,214); }

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

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

 span { border-color: rgb(152,11,214); }

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