Html Css Color HEX #980AB7 Dark Violet

📋 copy color: '#980AB7'

red 152 ◦ green 10 ◦ blue 183

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

Shades of Dark Violet #980AB7

Tints of Dark Violet #980AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.04%

R = 44.06%
G = 2.9%
B = 53.04%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#980AB7 (or 0x980AB7) is known color: Dark Violet. HEX triplet: 98, 0A and B7. RGB value is (152,10,183). Sum of RGB (Red+Green+Blue) = 152+10+183=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #980AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AB7 is #67F548. Grayscale: #474747. Windows color (decimal): -6813001 or 11995800. OLE color: 11995800.

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

Color convert

RGB 152 10 183 -
CMYK 0.17 0.95 0 0.28
HSL 289.25º 0.9% 0.38% -
HSV(B) 289.25º 0.95% 0.72% -
XYZ 21.6 10.31 45.65 -
YUV 72.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 152 10 183 0.17 0.95 0 0.28 289.25 0.9 0.38
Hex 98 A B7 11 5F 0 1C 121 5A 26
Octal 230 12 267 21 137 0 34 441 132 46
Binary 10011000 1010 10110111 10001 1011111 0 11100 100100001 1011010 100110

Color Harmonies of #980AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AB7

Black with #980AB7

Text Example


Text Example

White with #980AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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