#980BCE

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

Shades of Dark Violet #980BCE

Tints of Dark Violet #980BCE

Color information

#980BCE (or 0x980BCE) is unknown color: approx Dark Violet. HEX triplet: 98, 0B and CE. RGB value is (152,11,206). Sum of RGB (Red+Green+Blue) = 152+11+206=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #980BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BCE is #67F431. Grayscale: #4A4A4A. Windows color (decimal): -6812722 or 13503384. OLE color: 13503384.

HSL color Cylindrical-coordinate representation of color #980BCE: hue angle of 283.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BCE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15211206-
CMYK0.260.9500.19
HSL283.38º89.86%42.55%-
HSV(B)283.38º94.66%80.78%-
XYZ24.2111.3759.31-
YUV75.39201.71182.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 11 (4.69% from 255) = 2.98%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=41.19%
G=2.98%
B=55.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152112060.260.9500.19283.3889.8642.55
Hex98BCE1A5F01311b5a2b
Octal230133163213702343313253
Binary100110001011110011101101010111110100111000110111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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