Html Css Color HEX #980DB9 Dark Violet

📋 copy color: '#980DB9'

red 152 ◦ green 13 ◦ blue 185

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

Shades of Dark Violet #980DB9

Tints of Dark Violet #980DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.86%

R = 43.43%
G = 3.71%
B = 52.86%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#980DB9 (or 0x980DB9) is known color: Dark Violet. HEX triplet: 98, 0D and B9. RGB value is (152,13,185). Sum of RGB (Red+Green+Blue) = 152+13+185=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #980DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DB9 is #67F246. Grayscale: #494949. Windows color (decimal): -6812231 or 12127640. OLE color: 12127640.

HSL color Cylindrical-coordinate representation of color #980DB9: hue angle of 288.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980DB9 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 13 185 -
CMYK 0.18 0.93 0 0.27
HSL 288.49º 0.87% 0.39% -
HSV(B) 288.49º 0.93% 0.73% -
XYZ 21.85 10.47 46.77 -
YUV 74.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 152 13 185 0.18 0.93 0 0.27 288.49 0.87 0.39
Hex 98 D B9 12 5D 0 1B 120 57 27
Octal 230 15 271 22 135 0 33 440 127 47
Binary 10011000 1101 10111001 10010 1011101 0 11011 100100000 1010111 100111

Color Harmonies of #980DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DB9

Black with #980DB9

Text Example


Text Example

White with #980DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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