Html Css Color HEX #980FDA Dark Violet

📋 copy color: '#980FDA'

red 152 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #980FDA

Tints of Dark Violet #980FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 39.48%
G = 3.9%
B = 56.62%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#980FDA (or 0x980FDA) is known color: Dark Violet. HEX triplet: 98, 0F and DA. RGB value is (152,15,218). Sum of RGB (Red+Green+Blue) = 152+15+218=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #980FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FDA is #67F025. Grayscale: #4E4E4E. Windows color (decimal): -6811686 or 14290840. OLE color: 14290840.

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

Color convert

RGB 152 15 218 -
CMYK 0.30 0.93 0 0.15
HSL 280.49º 0.87% 0.46% -
HSV(B) 280.49º 0.93% 0.85% -
XYZ 25.77 12.08 67.3 -
YUV 79.11 206.39 179.99 -
System Red Green Blue C M Y K H S L
Decimal 152 15 218 0.30 0.93 0 0.15 280.49 0.87 0.46
Hex 98 F DA 1E 5D 0 F 118 57 2E
Octal 230 17 332 36 135 0 17 430 127 56
Binary 10011000 1111 11011010 11110 1011101 0 1111 100011000 1010111 101110

Color Harmonies of #980FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FDA

Black with #980FDA

Text Example


Text Example

White with #980FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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