Html Css Color HEX #980CDF Dark Violet

📋 copy color: '#980CDF'

red 152 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #980CDF

Tints of Dark Violet #980CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 39.28%
G = 3.1%
B = 57.62%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#980CDF (or 0x980CDF) is known color: Dark Violet. HEX triplet: 98, 0C and DF. RGB value is (152,12,223). Sum of RGB (Red+Green+Blue) = 152+12+223=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #980CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CDF is #67F320. Grayscale: #4D4D4D. Windows color (decimal): -6812449 or 14617752. OLE color: 14617752.

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

Color convert

RGB 152 12 223 -
CMYK 0.32 0.95 0 0.13
HSL 279.81º 0.9% 0.46% -
HSV(B) 279.81º 0.95% 0.87% -
XYZ 26.4 12.27 70.79 -
YUV 77.91 209.88 180.84 -
System Red Green Blue C M Y K H S L
Decimal 152 12 223 0.32 0.95 0 0.13 279.81 0.9 0.46
Hex 98 C DF 20 5F 0 D 118 5A 2E
Octal 230 14 337 40 137 0 15 430 132 56
Binary 10011000 1100 11011111 100000 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #980CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CDF

Black with #980CDF

Text Example


Text Example

White with #980CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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