Html Css Color HEX #980DBA Dark Violet

📋 copy color: '#980DBA'

red 152 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #980DBA

Tints of Dark Violet #980DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 43.3%
G = 3.7%
B = 52.99%

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

#980DBA (or 0x980DBA) is known color: Dark Violet. HEX triplet: 98, 0D and BA. RGB value is (152,13,186). Sum of RGB (Red+Green+Blue) = 152+13+186=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #980DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DBA is #67F245. Grayscale: #494949. Windows color (decimal): -6812230 or 12193176. OLE color: 12193176.

HSL color Cylindrical-coordinate representation of color #980DBA: hue angle of 288.21º 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 #980DBA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 13 186 -
CMYK 0.18 0.93 0 0.27
HSL 288.21º 0.87% 0.39% -
HSV(B) 288.21º 0.93% 0.73% -
XYZ 21.96 10.51 47.33 -
YUV 74.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 152 13 186 0.18 0.93 0 0.27 288.21 0.87 0.39
Hex 98 D BA 12 5D 0 1B 120 57 27
Octal 230 15 272 22 135 0 33 440 127 47
Binary 10011000 1101 10111010 10010 1011101 0 11011 100100000 1010111 100111

Color Harmonies of #980DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DBA

Black with #980DBA

Text Example


Text Example

White with #980DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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