Html Css Color HEX #980BB8 Dark Violet

📋 copy color: '#980BB8'

red 152 ◦ green 11 ◦ blue 184

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

Shades of Dark Violet #980BB8

Tints of Dark Violet #980BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.03%

R = 43.8%
G = 3.17%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#980BB8 (or 0x980BB8) is known color: Dark Violet. HEX triplet: 98, 0B and B8. RGB value is (152,11,184). Sum of RGB (Red+Green+Blue) = 152+11+184=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #980BB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BB8 is #67F447. Grayscale: #484848. Windows color (decimal): -6812744 or 12061592. OLE color: 12061592.

HSL color Cylindrical-coordinate representation of color #980BB8: hue angle of 288.9º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980BB8 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 11 184 -
CMYK 0.17 0.94 0 0.28
HSL 288.9º 0.89% 0.38% -
HSV(B) 288.9º 0.94% 0.72% -
XYZ 21.72 10.38 46.21 -
YUV 72.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 152 11 184 0.17 0.94 0 0.28 288.9 0.89 0.38
Hex 98 B B8 11 5E 0 1C 121 59 26
Octal 230 13 270 21 136 0 34 441 131 46
Binary 10011000 1011 10111000 10001 1011110 0 11100 100100001 1011001 100110

Color Harmonies of #980BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BB8

Black with #980BB8

Text Example


Text Example

White with #980BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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