Html Css Color HEX #980AFA Dark Violet

📋 copy color: '#980AFA'

red 152 ◦ green 10 ◦ blue 250

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

Shades of Dark Violet #980AFA

Tints of Dark Violet #980AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 36.89%
G = 2.43%
B = 60.68%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#980AFA (or 0x980AFA) is known color: Dark Violet. HEX triplet: 98, 0A and FA. RGB value is (152,10,250). Sum of RGB (Red+Green+Blue) = 152+10+250=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #980AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980AFA is #67F505. Grayscale: #4F4F4F. Windows color (decimal): -6812934 or 16386712. OLE color: 16386712.

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

Color convert

RGB 152 10 250 -
CMYK 0.39 0.96 0 0.02
HSL 275.5º 0.96% 0.51% -
HSV(B) 275.5º 0.96% 0.98% -
XYZ 30.31 13.79 91.51 -
YUV 79.82 224.04 179.49 -
System Red Green Blue C M Y K H S L
Decimal 152 10 250 0.39 0.96 0 0.02 275.5 0.96 0.51
Hex 98 A FA 27 60 0 2 114 60 33
Octal 230 12 372 47 140 0 2 424 140 63
Binary 10011000 1010 11111010 100111 1100000 0 10 100010100 1100000 110011

Color Harmonies of #980AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AFA

Black with #980AFA

Text Example


Text Example

White with #980AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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