Html Css Color HEX #980ACD Dark Violet

📋 copy color: '#980ACD'

red 152 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #980ACD

Tints of Dark Violet #980ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 41.42%
G = 2.72%
B = 55.86%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#980ACD (or 0x980ACD) is known color: Dark Violet. HEX triplet: 98, 0A and CD. RGB value is (152,10,205). Sum of RGB (Red+Green+Blue) = 152+10+205=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #980ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ACD is #67F532. Grayscale: #4A4A4A. Windows color (decimal): -6812979 or 13437592. OLE color: 13437592.

HSL color Cylindrical-coordinate representation of color #980ACD: hue angle of 283.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ACD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 10 205 -
CMYK 0.26 0.95 0 0.20
HSL 283.69º 0.91% 0.42% -
HSV(B) 283.69º 0.95% 0.8% -
XYZ 24.08 11.3 58.67 -
YUV 74.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 152 10 205 0.26 0.95 0 0.20 283.69 0.91 0.42
Hex 98 A CD 1A 5F 0 14 11C 5B 2A
Octal 230 12 315 32 137 0 24 434 133 52
Binary 10011000 1010 11001101 11010 1011111 0 10100 100011100 1011011 101010

Color Harmonies of #980ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ACD

Black with #980ACD

Text Example


Text Example

White with #980ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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