Html Css Color HEX #980DBF Dark Violet

📋 copy color: '#980DBF'

red 152 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #980DBF

Tints of Dark Violet #980DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 191 (75% from 255) = 53.65%

R = 42.7%
G = 3.65%
B = 53.65%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980DBF (or 0x980DBF) is known color: Dark Violet. HEX triplet: 98, 0D and BF. RGB value is (152,13,191). Sum of RGB (Red+Green+Blue) = 152+13+191=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #980DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DBF is #67F240. Grayscale: #4A4A4A. Windows color (decimal): -6812225 or 12520856. OLE color: 12520856.

HSL color Cylindrical-coordinate representation of color #980DBF: hue angle of 286.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980DBF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 13 191 -
CMYK 0.20 0.93 0 0.25
HSL 286.85º 0.87% 0.4% -
HSV(B) 286.85º 0.93% 0.75% -
XYZ 22.5 10.72 50.17 -
YUV 74.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 152 13 191 0.20 0.93 0 0.25 286.85 0.87 0.4
Hex 98 D BF 14 5D 0 19 11F 57 28
Octal 230 15 277 24 135 0 31 437 127 50
Binary 10011000 1101 10111111 10100 1011101 0 11001 100011111 1010111 101000

Color Harmonies of #980DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DBF

Black with #980DBF

Text Example


Text Example

White with #980DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,191); }

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

background-color css

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

 a { background-color: rgb(152,13,191); }

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

border-color css

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

 span { border-color: rgb(152,13,191); }

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