Html Css Color HEX #980AB6 Dark Violet

📋 copy color: '#980AB6'

red 152 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #980AB6

Tints of Dark Violet #980AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.91%

R = 44.19%
G = 2.91%
B = 52.91%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#980AB6 (or 0x980AB6) is known color: Dark Violet. HEX triplet: 98, 0A and B6. RGB value is (152,10,182). Sum of RGB (Red+Green+Blue) = 152+10+182=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #980AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AB6 is #67F549. Grayscale: #474747. Windows color (decimal): -6813002 or 11930264. OLE color: 11930264.

HSL color Cylindrical-coordinate representation of color #980AB6: hue angle of 289.53º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980AB6 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 10 182 -
CMYK 0.16 0.95 0 0.29
HSL 289.53º 0.9% 0.38% -
HSV(B) 289.53º 0.95% 0.71% -
XYZ 21.5 10.27 45.11 -
YUV 72.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 152 10 182 0.16 0.95 0 0.29 289.53 0.9 0.38
Hex 98 A B6 10 5F 0 1D 122 5A 26
Octal 230 12 266 20 137 0 35 442 132 46
Binary 10011000 1010 10110110 10000 1011111 0 11101 100100010 1011010 100110

Color Harmonies of #980AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AB6

Black with #980AB6

Text Example


Text Example

White with #980AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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