Html Css Color HEX #980AF8 Dark Violet

📋 copy color: '#980AF8'

red 152 ◦ green 10 ◦ blue 248

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

Shades of Dark Violet #980AF8

Tints of Dark Violet #980AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.49%

R = 37.07%
G = 2.44%
B = 60.49%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#980AF8 (or 0x980AF8) is known color: Dark Violet. HEX triplet: 98, 0A and F8. RGB value is (152,10,248). Sum of RGB (Red+Green+Blue) = 152+10+248=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #980AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980AF8 is #67F507. Grayscale: #4E4E4E. Windows color (decimal): -6812936 or 16255640. OLE color: 16255640.

HSL color Cylindrical-coordinate representation of color #980AF8: hue angle of 275.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980AF8 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 10 248 -
CMYK 0.39 0.96 0 0.03
HSL 275.8º 0.94% 0.51% -
HSV(B) 275.8º 0.96% 0.97% -
XYZ 30 13.67 89.86 -
YUV 79.59 223.04 179.65 -
System Red Green Blue C M Y K H S L
Decimal 152 10 248 0.39 0.96 0 0.03 275.8 0.94 0.51
Hex 98 A F8 27 60 0 3 114 5E 33
Octal 230 12 370 47 140 0 3 424 136 63
Binary 10011000 1010 11111000 100111 1100000 0 11 100010100 1011110 110011

Color Harmonies of #980AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AF8

Black with #980AF8

Text Example


Text Example

White with #980AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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