Html Css Color HEX #980DF1 Dark Violet

📋 copy color: '#980DF1'

red 152 ◦ green 13 ◦ blue 241

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

Shades of Dark Violet #980DF1

Tints of Dark Violet #980DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.2%

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 37.44%
G = 3.2%
B = 59.36%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#980DF1 (or 0x980DF1) is known color: Dark Violet. HEX triplet: 98, 0D and F1. RGB value is (152,13,241). Sum of RGB (Red+Green+Blue) = 152+13+241=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #980DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980DF1 is #67F20E. Grayscale: #4F4F4F. Windows color (decimal): -6812175 or 15797656. OLE color: 15797656.

HSL color Cylindrical-coordinate representation of color #980DF1: hue angle of 276.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980DF1 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 13 241 -
CMYK 0.37 0.95 0 0.05
HSL 276.58º 0.9% 0.5% -
HSV(B) 276.58º 0.95% 0.95% -
XYZ 28.97 13.31 84.26 -
YUV 80.55 218.55 178.96 -
System Red Green Blue C M Y K H S L
Decimal 152 13 241 0.37 0.95 0 0.05 276.58 0.9 0.5
Hex 98 D F1 25 5F 0 5 115 5A 32
Octal 230 15 361 45 137 0 5 425 132 62
Binary 10011000 1101 11110001 100101 1011111 0 101 100010101 1011010 110010

Color Harmonies of #980DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DF1

Black with #980DF1

Text Example


Text Example

White with #980DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,241); }

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

background-color css

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

 a { background-color: rgb(152,13,241); }

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

border-color css

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

 span { border-color: rgb(152,13,241); }

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