Html Css Color HEX #980ADD Dark Violet

📋 copy color: '#980ADD'

red 152 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #980ADD

Tints of Dark Violet #980ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 39.69%
G = 2.61%
B = 57.7%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#980ADD (or 0x980ADD) is known color: Dark Violet. HEX triplet: 98, 0A and DD. RGB value is (152,10,221). Sum of RGB (Red+Green+Blue) = 152+10+221=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #980ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ADD is #67F522. Grayscale: #4B4B4B. Windows color (decimal): -6812963 or 14486168. OLE color: 14486168.

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

Color convert

RGB 152 10 221 -
CMYK 0.31 0.95 0 0.13
HSL 280.38º 0.91% 0.45% -
HSV(B) 280.38º 0.95% 0.87% -
XYZ 26.11 12.11 69.37 -
YUV 76.51 209.54 181.84 -
System Red Green Blue C M Y K H S L
Decimal 152 10 221 0.31 0.95 0 0.13 280.38 0.91 0.45
Hex 98 A DD 1F 5F 0 D 118 5B 2D
Octal 230 12 335 37 137 0 15 430 133 55
Binary 10011000 1010 11011101 11111 1011111 0 1101 100011000 1011011 101101

Color Harmonies of #980ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ADD

Black with #980ADD

Text Example


Text Example

White with #980ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,221); }

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

background-color css

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

 a { background-color: rgb(152,10,221); }

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

border-color css

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

 span { border-color: rgb(152,10,221); }

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