Html Css Color HEX #980BAF Dark Violet

📋 copy color: '#980BAF'

red 152 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #980BAF

Tints of Dark Violet #980BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.25%

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

R = 44.97%
G = 3.25%
B = 51.78%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#980BAF (or 0x980BAF) is known color: Dark Violet. HEX triplet: 98, 0B and AF. RGB value is (152,11,175). Sum of RGB (Red+Green+Blue) = 152+11+175=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #980BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BAF is #67F450. Grayscale: #474747. Windows color (decimal): -6812753 or 11471768. OLE color: 11471768.

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

Color convert

RGB 152 11 175 -
CMYK 0.13 0.94 0 0.31
HSL 291.59º 0.88% 0.36% -
HSV(B) 291.59º 0.94% 0.69% -
XYZ 20.81 10.01 41.39 -
YUV 71.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 152 11 175 0.13 0.94 0 0.31 291.59 0.88 0.36
Hex 98 B AF D 5E 0 1F 124 58 24
Octal 230 13 257 15 136 0 37 444 130 44
Binary 10011000 1011 10101111 1101 1011110 0 11111 100100100 1011000 100100

Color Harmonies of #980BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BAF

Black with #980BAF

Text Example


Text Example

White with #980BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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