#980CCC

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

Shades of Dark Violet #980CCC

Tints of Dark Violet #980CCC

Color information

#980CCC (or 0x980CCC) is unknown color: approx Dark Violet. HEX triplet: 98, 0C and CC. RGB value is (152,12,204). Sum of RGB (Red+Green+Blue) = 152+12+204=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #980CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CCC is #67F333. Grayscale: #4B4B4B. Windows color (decimal): -6812468 or 13372568. OLE color: 13372568.

HSL color Cylindrical-coordinate representation of color #980CCC: hue angle of 283.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CCC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15212204-
CMYK0.250.9400.2
HSL283.75º88.89%42.35%-
HSV(B)283.75º94.12%80%-
XYZ23.9811.358.04-
YUV75.75200.38182.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 12 (5.08% from 255) = 3.26%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=41.30%
G=3.26%
B=55.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152122040.250.9400.2283.7588.8942.35
Hex98CCC195E01411c592a
Octal230143143113602443413152
Binary100110001100110011001100110111100101001000111001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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