Html Css Color HEX #980ABE Dark Violet

📋 copy color: '#980ABE'

red 152 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #980ABE

Tints of Dark Violet #980ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 43.18%
G = 2.84%
B = 53.98%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980ABE (or 0x980ABE) is known color: Dark Violet. HEX triplet: 98, 0A and BE. RGB value is (152,10,190). Sum of RGB (Red+Green+Blue) = 152+10+190=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #980ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ABE is #67F541. Grayscale: #484848. Windows color (decimal): -6812994 or 12454552. OLE color: 12454552.

HSL color Cylindrical-coordinate representation of color #980ABE: hue angle of 287.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ABE is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 10 190 -
CMYK 0.2 0.95 0 0.25
HSL 287.33º 0.9% 0.39% -
HSV(B) 287.33º 0.95% 0.75% -
XYZ 22.35 10.61 49.59 -
YUV 72.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 152 10 190 0.2 0.95 0 0.25 287.33 0.9 0.39
Hex 98 A BE 14 5F 0 19 11F 5A 27
Octal 230 12 276 24 137 0 31 437 132 47
Binary 10011000 1010 10111110 10100 1011111 0 11001 100011111 1011010 100111

Color Harmonies of #980ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ABE

Black with #980ABE

Text Example


Text Example

White with #980ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,190); }

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

background-color css

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

 a { background-color: rgb(152,10,190); }

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

border-color css

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

 span { border-color: rgb(152,10,190); }

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