Html Css Color HEX #980BBA Dark Violet

📋 copy color: '#980BBA'

red 152 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #980BBA

Tints of Dark Violet #980BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

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

R = 43.55%
G = 3.15%
B = 53.3%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#980BBA (or 0x980BBA) is known color: Dark Violet. HEX triplet: 98, 0B and BA. RGB value is (152,11,186). Sum of RGB (Red+Green+Blue) = 152+11+186=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #980BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BBA is #67F445. Grayscale: #484848. Windows color (decimal): -6812742 or 12192664. OLE color: 12192664.

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

Color convert

RGB 152 11 186 -
CMYK 0.18 0.94 0 0.27
HSL 288.34º 0.89% 0.39% -
HSV(B) 288.34º 0.94% 0.73% -
XYZ 21.93 10.46 47.32 -
YUV 73.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 152 11 186 0.18 0.94 0 0.27 288.34 0.89 0.39
Hex 98 B BA 12 5E 0 1B 120 59 27
Octal 230 13 272 22 136 0 33 440 131 47
Binary 10011000 1011 10111010 10010 1011110 0 11011 100100000 1011001 100111

Color Harmonies of #980BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BBA

Black with #980BBA

Text Example


Text Example

White with #980BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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