Html Css Color HEX #980FEC Dark Violet

📋 copy color: '#980FEC'

red 152 ◦ green 15 ◦ blue 236

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

Shades of Dark Violet #980FEC

Tints of Dark Violet #980FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 37.72%
G = 3.72%
B = 58.56%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#980FEC (or 0x980FEC) is known color: Dark Violet. HEX triplet: 98, 0F and EC. RGB value is (152,15,236). Sum of RGB (Red+Green+Blue) = 152+15+236=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #980FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FEC is #67F013. Grayscale: #505050. Windows color (decimal): -6811668 or 15470488. OLE color: 15470488.

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

Color convert

RGB 152 15 236 -
CMYK 0.36 0.94 0 0.07
HSL 277.19º 0.88% 0.49% -
HSV(B) 277.19º 0.94% 0.93% -
XYZ 28.26 13.07 80.39 -
YUV 81.16 215.39 178.53 -
System Red Green Blue C M Y K H S L
Decimal 152 15 236 0.36 0.94 0 0.07 277.19 0.88 0.49
Hex 98 F EC 24 5E 0 7 115 58 31
Octal 230 17 354 44 136 0 7 425 130 61
Binary 10011000 1111 11101100 100100 1011110 0 111 100010101 1011000 110001

Color Harmonies of #980FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FEC

Black with #980FEC

Text Example


Text Example

White with #980FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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