Html Css Color HEX #980ED0 Dark Violet

📋 copy color: '#980ED0'

red 152 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #980ED0

Tints of Dark Violet #980ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.74%

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 40.64%
G = 3.74%
B = 55.61%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#980ED0 (or 0x980ED0) is known color: Dark Violet. HEX triplet: 98, 0E and D0. RGB value is (152,14,208). Sum of RGB (Red+Green+Blue) = 152+14+208=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #980ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ED0 is #67F12F. Grayscale: #4C4C4C. Windows color (decimal): -6811952 or 13635224. OLE color: 13635224.

HSL color Cylindrical-coordinate representation of color #980ED0: hue angle of 282.68º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980ED0 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 14 208 -
CMYK 0.27 0.93 0 0.18
HSL 282.68º 0.87% 0.44% -
HSV(B) 282.68º 0.93% 0.82% -
XYZ 24.49 11.54 60.61 -
YUV 77.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 152 14 208 0.27 0.93 0 0.18 282.68 0.87 0.44
Hex 98 E D0 1B 5D 0 12 11B 57 2C
Octal 230 16 320 33 135 0 22 433 127 54
Binary 10011000 1110 11010000 11011 1011101 0 10010 100011011 1010111 101100

Color Harmonies of #980ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ED0

Black with #980ED0

Text Example


Text Example

White with #980ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,14,208); }

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

background-color css

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

 a { background-color: rgb(152,14,208); }

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

border-color css

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

 span { border-color: rgb(152,14,208); }

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