Html Css Color HEX #980AE1 Dark Violet

📋 copy color: '#980AE1'

red 152 ◦ green 10 ◦ blue 225

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

Shades of Dark Violet #980AE1

Tints of Dark Violet #980AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.14%

R = 39.28%
G = 2.58%
B = 58.14%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#980AE1 (or 0x980AE1) is known color: Dark Violet. HEX triplet: 98, 0A and E1. RGB value is (152,10,225). Sum of RGB (Red+Green+Blue) = 152+10+225=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #980AE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AE1 is #67F51E. Grayscale: #4C4C4C. Windows color (decimal): -6812959 or 14748312. OLE color: 14748312.

HSL color Cylindrical-coordinate representation of color #980AE1: hue angle of 279.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980AE1 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 10 225 -
CMYK 0.32 0.96 0 0.12
HSL 279.63º 0.91% 0.46% -
HSV(B) 279.63º 0.96% 0.88% -
XYZ 26.65 12.33 72.21 -
YUV 76.97 211.54 181.52 -
System Red Green Blue C M Y K H S L
Decimal 152 10 225 0.32 0.96 0 0.12 279.63 0.91 0.46
Hex 98 A E1 20 60 0 C 118 5B 2E
Octal 230 12 341 40 140 0 14 430 133 56
Binary 10011000 1010 11100001 100000 1100000 0 1100 100011000 1011011 101110

Color Harmonies of #980AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AE1

Black with #980AE1

Text Example


Text Example

White with #980AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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