Html Css Color HEX #980FDE Dark Violet

📋 copy color: '#980FDE'

red 152 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #980FDE

Tints of Dark Violet #980FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 39.07%
G = 3.86%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#980FDE (or 0x980FDE) is known color: Dark Violet. HEX triplet: 98, 0F and DE. RGB value is (152,15,222). Sum of RGB (Red+Green+Blue) = 152+15+222=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #980FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FDE is #67F021. Grayscale: #4E4E4E. Windows color (decimal): -6811682 or 14552984. OLE color: 14552984.

HSL color Cylindrical-coordinate representation of color #980FDE: hue angle of 279.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FDE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 15 222 -
CMYK 0.32 0.93 0 0.13
HSL 279.71º 0.87% 0.46% -
HSV(B) 279.71º 0.93% 0.87% -
XYZ 26.3 12.29 70.09 -
YUV 79.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 152 15 222 0.32 0.93 0 0.13 279.71 0.87 0.46
Hex 98 F DE 20 5D 0 D 118 57 2E
Octal 230 17 336 40 135 0 15 430 127 56
Binary 10011000 1111 11011110 100000 1011101 0 1101 100011000 1010111 101110

Color Harmonies of #980FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FDE

Black with #980FDE

Text Example


Text Example

White with #980FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,222); }

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

background-color css

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

 a { background-color: rgb(152,15,222); }

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

border-color css

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

 span { border-color: rgb(152,15,222); }

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