Html Css Color HEX #980CDB Dark Violet

📋 copy color: '#980CDB'

red 152 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #980CDB

Tints of Dark Violet #980CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 39.69%
G = 3.13%
B = 57.18%

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

#980CDB (or 0x980CDB) is known color: Dark Violet. HEX triplet: 98, 0C and DB. RGB value is (152,12,219). Sum of RGB (Red+Green+Blue) = 152+12+219=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #980CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CDB is #67F324. Grayscale: #4C4C4C. Windows color (decimal): -6812453 or 14355608. OLE color: 14355608.

HSL color Cylindrical-coordinate representation of color #980CDB: hue angle of 280.58º 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 #980CDB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 12 219 -
CMYK 0.31 0.95 0 0.14
HSL 280.58º 0.9% 0.45% -
HSV(B) 280.58º 0.95% 0.86% -
XYZ 25.87 12.05 67.98 -
YUV 77.46 207.88 181.17 -
System Red Green Blue C M Y K H S L
Decimal 152 12 219 0.31 0.95 0 0.14 280.58 0.9 0.45
Hex 98 C DB 1F 5F 0 E 119 5A 2D
Octal 230 14 333 37 137 0 16 431 132 55
Binary 10011000 1100 11011011 11111 1011111 0 1110 100011001 1011010 101101

Color Harmonies of #980CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CDB

Black with #980CDB

Text Example


Text Example

White with #980CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,12,219); }

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

background-color css

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

 a { background-color: rgb(152,12,219); }

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

border-color css

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

 span { border-color: rgb(152,12,219); }

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