#980cce

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

Shades of Dark Violet #980CCE

Tints of Dark Violet #980CCE

Color information

#980CCE (or 0x980CCE) is unknown color: approx Dark Violet. HEX triplet: 98, 0C and CE. RGB value is (152,12,206). Sum of RGB (Red+Green+Blue) = 152+12+206=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #980CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CCE is #67F331. Grayscale: #4B4B4B. Windows color (decimal): -6812466 or 13503640. OLE color: 13503640.

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

Color convert

RGB15212206-
CMYK0.260.9400.19
HSL283.3º88.99%42.75%-
HSV(B)283.3º94.17%80.78%-
XYZ24.2211.3959.32-
YUV75.98201.38182.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 12 (5.08% from 255) = 3.24%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=41.08%
G=3.24%
B=55.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152122060.260.9400.19283.388.9942.75
Hex98CCE1A5E01311b592b
Octal230143163213602343313153
Binary100110001100110011101101010111100100111000110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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