Html Css Color HEX #980FDB Dark Violet

📋 copy color: '#980FDB'

red 152 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #980FDB

Tints of Dark Violet #980FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 39.38%
G = 3.89%
B = 56.74%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#980FDB (or 0x980FDB) is known color: Dark Violet. HEX triplet: 98, 0F and DB. RGB value is (152,15,219). Sum of RGB (Red+Green+Blue) = 152+15+219=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #980FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FDB is #67F024. Grayscale: #4E4E4E. Windows color (decimal): -6811685 or 14356376. OLE color: 14356376.

HSL color Cylindrical-coordinate representation of color #980FDB: hue angle of 280.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FDB is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 15 219 -
CMYK 0.31 0.93 0 0.14
HSL 280.29º 0.87% 0.46% -
HSV(B) 280.29º 0.93% 0.86% -
XYZ 25.91 12.13 67.99 -
YUV 79.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 152 15 219 0.31 0.93 0 0.14 280.29 0.87 0.46
Hex 98 F DB 1F 5D 0 E 118 57 2E
Octal 230 17 333 37 135 0 16 430 127 56
Binary 10011000 1111 11011011 11111 1011101 0 1110 100011000 1010111 101110

Color Harmonies of #980FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FDB

Black with #980FDB

Text Example


Text Example

White with #980FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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