Html Css Color HEX #980FEF Dark Violet

📋 copy color: '#980FEF'

red 152 ◦ green 15 ◦ blue 239

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

Shades of Dark Violet #980FEF

Tints of Dark Violet #980FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 37.44%
G = 3.69%
B = 58.87%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#980FEF (or 0x980FEF) is known color: Dark Violet. HEX triplet: 98, 0F and EF. RGB value is (152,15,239). Sum of RGB (Red+Green+Blue) = 152+15+239=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #980FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FEF is #67F010. Grayscale: #505050. Windows color (decimal): -6811665 or 15667096. OLE color: 15667096.

HSL color Cylindrical-coordinate representation of color #980FEF: hue angle of 276.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980FEF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 15 239 -
CMYK 0.36 0.94 0 0.06
HSL 276.7º 0.88% 0.5% -
HSV(B) 276.7º 0.94% 0.94% -
XYZ 28.7 13.25 82.71 -
YUV 81.5 216.89 178.29 -
System Red Green Blue C M Y K H S L
Decimal 152 15 239 0.36 0.94 0 0.06 276.7 0.88 0.5
Hex 98 F EF 24 5E 0 6 115 58 32
Octal 230 17 357 44 136 0 6 425 130 62
Binary 10011000 1111 11101111 100100 1011110 0 110 100010101 1011000 110010

Color Harmonies of #980FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FEF

Black with #980FEF

Text Example


Text Example

White with #980FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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