Html Css Color HEX #980FAF Dark Violet

📋 copy color: '#980FAF'

red 152 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #980FAF

Tints of Dark Violet #980FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.39%

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 44.44%
G = 4.39%
B = 51.17%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#980FAF (or 0x980FAF) is known color: Dark Violet. HEX triplet: 98, 0F and AF. RGB value is (152,15,175). Sum of RGB (Red+Green+Blue) = 152+15+175=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #980FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980FAF is #67F050. Grayscale: #494949. Windows color (decimal): -6811729 or 11472792. OLE color: 11472792.

HSL color Cylindrical-coordinate representation of color #980FAF: hue angle of 291.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980FAF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 15 175 -
CMYK 0.13 0.91 0 0.31
HSL 291.38º 0.84% 0.37% -
HSV(B) 291.38º 0.91% 0.69% -
XYZ 20.86 10.11 41.41 -
YUV 74.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 152 15 175 0.13 0.91 0 0.31 291.38 0.84 0.37
Hex 98 F AF D 5B 0 1F 123 54 25
Octal 230 17 257 15 133 0 37 443 124 45
Binary 10011000 1111 10101111 1101 1011011 0 11111 100100011 1010100 100101

Color Harmonies of #980FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FAF

Black with #980FAF

Text Example


Text Example

White with #980FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,175); }

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

background-color css

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

 a { background-color: rgb(152,15,175); }

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

border-color css

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

 span { border-color: rgb(152,15,175); }

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