Html Css Color HEX #980FCE Dark Violet

📋 copy color: '#980FCE'

red 152 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #980FCE

Tints of Dark Violet #980FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.02%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 40.75%
G = 4.02%
B = 55.23%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#980FCE (or 0x980FCE) is known color: Dark Violet. HEX triplet: 98, 0F and CE. RGB value is (152,15,206). Sum of RGB (Red+Green+Blue) = 152+15+206=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #980FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FCE is #67F031. Grayscale: #4D4D4D. Windows color (decimal): -6811698 or 13504408. OLE color: 13504408.

HSL color Cylindrical-coordinate representation of color #980FCE: hue angle of 283.04º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FCE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 15 206 -
CMYK 0.26 0.93 0 0.19
HSL 283.04º 0.86% 0.43% -
HSV(B) 283.04º 0.93% 0.81% -
XYZ 24.26 11.47 59.33 -
YUV 77.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 152 15 206 0.26 0.93 0 0.19 283.04 0.86 0.43
Hex 98 F CE 1A 5D 0 13 11B 56 2B
Octal 230 17 316 32 135 0 23 433 126 53
Binary 10011000 1111 11001110 11010 1011101 0 10011 100011011 1010110 101011

Color Harmonies of #980FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FCE

Black with #980FCE

Text Example


Text Example

White with #980FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,206); }

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

background-color css

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

 a { background-color: rgb(152,15,206); }

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

border-color css

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

 span { border-color: rgb(152,15,206); }

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