Html Css Color HEX #980CD8 Dark Violet

📋 copy color: '#980CD8'

red 152 ◦ green 12 ◦ blue 216

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

Shades of Dark Violet #980CD8

Tints of Dark Violet #980CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.84%

R = 40%
G = 3.16%
B = 56.84%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#980CD8 (or 0x980CD8) is known color: Dark Violet. HEX triplet: 98, 0C and D8. RGB value is (152,12,216). Sum of RGB (Red+Green+Blue) = 152+12+216=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #980CD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CD8 is #67F327. Grayscale: #4C4C4C. Windows color (decimal): -6812456 or 14159000. OLE color: 14159000.

HSL color Cylindrical-coordinate representation of color #980CD8: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CD8 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 12 216 -
CMYK 0.30 0.94 0 0.15
HSL 281.18º 0.89% 0.45% -
HSV(B) 281.18º 0.94% 0.85% -
XYZ 25.48 11.9 65.92 -
YUV 77.12 206.38 181.41 -
System Red Green Blue C M Y K H S L
Decimal 152 12 216 0.30 0.94 0 0.15 281.18 0.89 0.45
Hex 98 C D8 1E 5E 0 F 119 59 2D
Octal 230 14 330 36 136 0 17 431 131 55
Binary 10011000 1100 11011000 11110 1011110 0 1111 100011001 1011001 101101

Color Harmonies of #980CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CD8

Black with #980CD8

Text Example


Text Example

White with #980CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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