Html Css Color HEX #980CBA Dark Violet

📋 copy color: '#980CBA'

red 152 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #980CBA

Tints of Dark Violet #980CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.43%

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

R = 43.43%
G = 3.43%
B = 53.14%

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

#980CBA (or 0x980CBA) is known color: Dark Violet. HEX triplet: 98, 0C and BA. RGB value is (152,12,186). Sum of RGB (Red+Green+Blue) = 152+12+186=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #980CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBA is #67F345. Grayscale: #494949. Windows color (decimal): -6812486 or 12192920. OLE color: 12192920.

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

Color convert

RGB 152 12 186 -
CMYK 0.18 0.94 0 0.27
HSL 288.28º 0.88% 0.39% -
HSV(B) 288.28º 0.94% 0.73% -
XYZ 21.94 10.48 47.32 -
YUV 73.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 152 12 186 0.18 0.94 0 0.27 288.28 0.88 0.39
Hex 98 C BA 12 5E 0 1B 120 58 27
Octal 230 14 272 22 136 0 33 440 130 47
Binary 10011000 1100 10111010 10010 1011110 0 11011 100100000 1011000 100111

Color Harmonies of #980CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CBA

Black with #980CBA

Text Example


Text Example

White with #980CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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