Html Css Color HEX #980AF0 Dark Violet

📋 copy color: '#980AF0'

red 152 ◦ green 10 ◦ blue 240

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

Shades of Dark Violet #980AF0

Tints of Dark Violet #980AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 37.81%
G = 2.49%
B = 59.7%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#980AF0 (or 0x980AF0) is known color: Dark Violet. HEX triplet: 98, 0A and F0. RGB value is (152,10,240). Sum of RGB (Red+Green+Blue) = 152+10+240=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #980AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980AF0 is #67F50F. Grayscale: #4D4D4D. Windows color (decimal): -6812944 or 15731352. OLE color: 15731352.

HSL color Cylindrical-coordinate representation of color #980AF0: hue angle of 277.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980AF0 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 10 240 -
CMYK 0.37 0.96 0 0.06
HSL 277.04º 0.92% 0.49% -
HSV(B) 277.04º 0.96% 0.94% -
XYZ 28.79 13.18 83.47 -
YUV 78.68 219.04 180.3 -
System Red Green Blue C M Y K H S L
Decimal 152 10 240 0.37 0.96 0 0.06 277.04 0.92 0.49
Hex 98 A F0 25 60 0 6 115 5C 31
Octal 230 12 360 45 140 0 6 425 134 61
Binary 10011000 1010 11110000 100101 1100000 0 110 100010101 1011100 110001

Color Harmonies of #980AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AF0

Black with #980AF0

Text Example


Text Example

White with #980AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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