Html Css Color HEX #980FE0 Dark Violet

📋 copy color: '#980FE0'

red 152 ◦ green 15 ◦ blue 224

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

Shades of Dark Violet #980FE0

Tints of Dark Violet #980FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.29%

R = 38.87%
G = 3.84%
B = 57.29%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#980FE0 (or 0x980FE0) is known color: Dark Violet. HEX triplet: 98, 0F and E0. RGB value is (152,15,224). Sum of RGB (Red+Green+Blue) = 152+15+224=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #980FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE0 is #67F01F. Grayscale: #4F4F4F. Windows color (decimal): -6811680 or 14684056. OLE color: 14684056.

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

Color convert

RGB 152 15 224 -
CMYK 0.32 0.93 0 0.12
HSL 279.33º 0.87% 0.47% -
HSV(B) 279.33º 0.93% 0.88% -
XYZ 26.57 12.4 71.51 -
YUV 79.79 209.39 179.51 -
System Red Green Blue C M Y K H S L
Decimal 152 15 224 0.32 0.93 0 0.12 279.33 0.87 0.47
Hex 98 F E0 20 5D 0 C 117 57 2F
Octal 230 17 340 40 135 0 14 427 127 57
Binary 10011000 1111 11100000 100000 1011101 0 1100 100010111 1010111 101111

Color Harmonies of #980FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FE0

Black with #980FE0

Text Example


Text Example

White with #980FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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