Html Css Color HEX #980BDC Dark Violet

📋 copy color: '#980BDC'

red 152 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #980BDC

Tints of Dark Violet #980BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 39.69%
G = 2.87%
B = 57.44%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#980BDC (or 0x980BDC) is known color: Dark Violet. HEX triplet: 98, 0B and DC. RGB value is (152,11,220). Sum of RGB (Red+Green+Blue) = 152+11+220=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #980BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDC is #67F423. Grayscale: #4C4C4C. Windows color (decimal): -6812708 or 14420888. OLE color: 14420888.

HSL color Cylindrical-coordinate representation of color #980BDC: hue angle of 280.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 11 220 -
CMYK 0.31 0.95 0 0.14
HSL 280.48º 0.9% 0.45% -
HSV(B) 280.48º 0.95% 0.86% -
XYZ 25.99 12.08 68.67 -
YUV 76.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 152 11 220 0.31 0.95 0 0.14 280.48 0.9 0.45
Hex 98 B DC 1F 5F 0 E 118 5A 2D
Octal 230 13 334 37 137 0 16 430 132 55
Binary 10011000 1011 11011100 11111 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #980BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BDC

Black with #980BDC

Text Example


Text Example

White with #980BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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