Html Css Color HEX #980DBC Dark Violet

📋 copy color: '#980DBC'

red 152 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #980DBC

Tints of Dark Violet #980DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 43.06%
G = 3.68%
B = 53.26%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#980DBC (or 0x980DBC) is known color: Dark Violet. HEX triplet: 98, 0D and BC. RGB value is (152,13,188). Sum of RGB (Red+Green+Blue) = 152+13+188=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #980DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DBC is #67F243. Grayscale: #494949. Windows color (decimal): -6812228 or 12324248. OLE color: 12324248.

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

Color convert

RGB 152 13 188 -
CMYK 0.19 0.93 0 0.26
HSL 287.66º 0.87% 0.39% -
HSV(B) 287.66º 0.93% 0.74% -
XYZ 22.17 10.59 48.45 -
YUV 74.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 152 13 188 0.19 0.93 0 0.26 287.66 0.87 0.39
Hex 98 D BC 13 5D 0 1A 120 57 27
Octal 230 15 274 23 135 0 32 440 127 47
Binary 10011000 1101 10111100 10011 1011101 0 11010 100100000 1010111 100111

Color Harmonies of #980DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DBC

Black with #980DBC

Text Example


Text Example

White with #980DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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