Html Css Color HEX #980DDB Dark Violet

📋 copy color: '#980DDB'

red 152 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #980DDB

Tints of Dark Violet #980DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 39.58%
G = 3.39%
B = 57.03%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#980DDB (or 0x980DDB) is known color: Dark Violet. HEX triplet: 98, 0D and DB. RGB value is (152,13,219). Sum of RGB (Red+Green+Blue) = 152+13+219=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #980DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DDB is #67F224. Grayscale: #4D4D4D. Windows color (decimal): -6812197 or 14355864. OLE color: 14355864.

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

Color convert

RGB 152 13 219 -
CMYK 0.31 0.94 0 0.14
HSL 280.49º 0.89% 0.45% -
HSV(B) 280.49º 0.94% 0.86% -
XYZ 25.88 12.08 67.99 -
YUV 78.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 152 13 219 0.31 0.94 0 0.14 280.49 0.89 0.45
Hex 98 D DB 1F 5E 0 E 118 59 2D
Octal 230 15 333 37 136 0 16 430 131 55
Binary 10011000 1101 11011011 11111 1011110 0 1110 100011000 1011001 101101

Color Harmonies of #980DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DDB

Black with #980DDB

Text Example


Text Example

White with #980DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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