Html Css Color HEX #980FE5 Dark Violet

📋 copy color: '#980FE5'

red 152 ◦ green 15 ◦ blue 229

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

Shades of Dark Violet #980FE5

Tints of Dark Violet #980FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.83%

R = 38.38%
G = 3.79%
B = 57.83%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#980FE5 (or 0x980FE5) is known color: Dark Violet. HEX triplet: 98, 0F and E5. RGB value is (152,15,229). Sum of RGB (Red+Green+Blue) = 152+15+229=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #980FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE5 is #67F01A. Grayscale: #4F4F4F. Windows color (decimal): -6811675 or 15011736. OLE color: 15011736.

HSL color Cylindrical-coordinate representation of color #980FE5: hue angle of 278.41º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE5 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 15 229 -
CMYK 0.34 0.93 0 0.10
HSL 278.41º 0.88% 0.48% -
HSV(B) 278.41º 0.93% 0.9% -
XYZ 27.26 12.67 75.14 -
YUV 80.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 152 15 229 0.34 0.93 0 0.10 278.41 0.88 0.48
Hex 98 F E5 22 5D 0 A 116 58 30
Octal 230 17 345 42 135 0 12 426 130 60
Binary 10011000 1111 11100101 100010 1011101 0 1010 100010110 1011000 110000

Color Harmonies of #980FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FE5

Black with #980FE5

Text Example


Text Example

White with #980FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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