Html Css Color HEX #980AD7 Dark Violet

📋 copy color: '#980AD7'

red 152 ◦ green 10 ◦ blue 215

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

Shades of Dark Violet #980AD7

Tints of Dark Violet #980AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 40.32%
G = 2.65%
B = 57.03%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#980AD7 (or 0x980AD7) is known color: Dark Violet. HEX triplet: 98, 0A and D7. RGB value is (152,10,215). Sum of RGB (Red+Green+Blue) = 152+10+215=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #980AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AD7 is #67F528. Grayscale: #4B4B4B. Windows color (decimal): -6812969 or 14092952. OLE color: 14092952.

HSL color Cylindrical-coordinate representation of color #980AD7: hue angle of 281.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980AD7 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 10 215 -
CMYK 0.29 0.95 0 0.16
HSL 281.56º 0.91% 0.44% -
HSV(B) 281.56º 0.95% 0.84% -
XYZ 25.32 11.8 65.23 -
YUV 75.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 152 10 215 0.29 0.95 0 0.16 281.56 0.91 0.44
Hex 98 A D7 1D 5F 0 10 11A 5B 2C
Octal 230 12 327 35 137 0 20 432 133 54
Binary 10011000 1010 11010111 11101 1011111 0 10000 100011010 1011011 101100

Color Harmonies of #980AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AD7

Black with #980AD7

Text Example


Text Example

White with #980AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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