Html Css Color HEX #980CCC Dark Violet

📋 copy color: '#980CCC'

red 152 ◦ green 12 ◦ blue 204

#980CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #980CCC

Tints of Dark Violet #980CCC

RGB

 RED value IS 152 (59.77% from 255) = 41.3%

 GREEN value IS 12 (5.08% from 255) = 3.26%

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 41.3%
G = 3.26%
B = 55.43%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#980CCC (or 0x980CCC) is known color: 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

RGB 152 12 204 -
CMYK 0.25 0.94 0 0.2
HSL 283.75º 0.89% 0.42% -
HSV(B) 283.75º 0.94% 0.8% -
XYZ 23.98 11.3 58.04 -
YUV 75.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 152 12 204 0.25 0.94 0 0.2 283.75 0.89 0.42
Hex 98 C CC 19 5E 0 14 11C 59 2A
Octal 230 14 314 31 136 0 24 434 131 52
Binary 10011000 1100 11001100 11001 1011110 0 10100 100011100 1011001 101010

Color Harmonies of #980CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CCC

Black with #980CCC

Text Example


Text Example

White with #980CCC

Text Example


Text Example

HTML Codes & Css Web 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>