Html Css Color HEX #980EBA Dark Violet

📋 copy color: '#980EBA'

red 152 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #980EBA

Tints of Dark Violet #980EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.98%

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

R = 43.18%
G = 3.98%
B = 52.84%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#980EBA (or 0x980EBA) is known color: Dark Violet. HEX triplet: 98, 0E and BA. RGB value is (152,14,186). Sum of RGB (Red+Green+Blue) = 152+14+186=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #980EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EBA is #67F145. Grayscale: #4A4A4A. Windows color (decimal): -6811974 or 12193432. OLE color: 12193432.

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

Color convert

RGB 152 14 186 -
CMYK 0.18 0.92 0 0.27
HSL 288.14º 0.86% 0.39% -
HSV(B) 288.14º 0.92% 0.73% -
XYZ 21.97 10.53 47.33 -
YUV 74.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 152 14 186 0.18 0.92 0 0.27 288.14 0.86 0.39
Hex 98 E BA 12 5C 0 1B 120 56 27
Octal 230 16 272 22 134 0 33 440 126 47
Binary 10011000 1110 10111010 10010 1011100 0 11011 100100000 1010110 100111

Color Harmonies of #980EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EBA

Black with #980EBA

Text Example


Text Example

White with #980EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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