Html Css Color HEX #980ADC Dark Violet

📋 copy color: '#980ADC'

red 152 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #980ADC

Tints of Dark Violet #980ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 39.79%
G = 2.62%
B = 57.59%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#980ADC (or 0x980ADC) is known color: Dark Violet. HEX triplet: 98, 0A and DC. RGB value is (152,10,220). Sum of RGB (Red+Green+Blue) = 152+10+220=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #980ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ADC is #67F523. Grayscale: #4B4B4B. Windows color (decimal): -6812964 or 14420632. OLE color: 14420632.

HSL color Cylindrical-coordinate representation of color #980ADC: hue angle of 280.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ADC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 10 220 -
CMYK 0.31 0.95 0 0.14
HSL 280.57º 0.91% 0.45% -
HSV(B) 280.57º 0.95% 0.86% -
XYZ 25.98 12.06 68.67 -
YUV 76.4 209.04 181.92 -
System Red Green Blue C M Y K H S L
Decimal 152 10 220 0.31 0.95 0 0.14 280.57 0.91 0.45
Hex 98 A DC 1F 5F 0 E 119 5B 2D
Octal 230 12 334 37 137 0 16 431 133 55
Binary 10011000 1010 11011100 11111 1011111 0 1110 100011001 1011011 101101

Color Harmonies of #980ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ADC

Black with #980ADC

Text Example


Text Example

White with #980ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,220); }

 H1.HeaderClassName
 {
   color: #980ADC;
 }
 .AnyTagClassName
 {
   color: #980ADC;
 }
</style>

background-color css

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

 a { background-color: rgb(152,10,220); }

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

border-color css

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

 span { border-color: rgb(152,10,220); }

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