Html Css Color HEX #800FC6 Dark Violet

📋 copy color: '#800FC6'

red 128 ◦ green 15 ◦ blue 198

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

Shades of Dark Violet #800FC6

Tints of Dark Violet #800FC6

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

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

 BLUE value IS 198 (77.73% from 255) = 58.06%

R = 37.54%
G = 4.4%
B = 58.06%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#800FC6 (or 0x800FC6) is known color: Dark Violet. HEX triplet: 80, 0F and C6. RGB value is (128,15,198). Sum of RGB (Red+Green+Blue) = 128+15+198=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #800FC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FC6 is #7FF039. Grayscale: #454545. Windows color (decimal): -8384570 or 12980096. OLE color: 12980096.

HSL color Cylindrical-coordinate representation of color #800FC6: hue angle of 277.05º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FC6 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 15 198 -
CMYK 0.35 0.92 0 0.22
HSL 277.05º 0.86% 0.42% -
HSV(B) 277.05º 0.92% 0.78% -
XYZ 19.27 9.01 54.15 -
YUV 69.65 200.44 169.62 -
System Red Green Blue C M Y K H S L
Decimal 128 15 198 0.35 0.92 0 0.22 277.05 0.86 0.42
Hex 80 F C6 23 5C 0 16 115 56 2A
Octal 200 17 306 43 134 0 26 425 126 52
Binary 10000000 1111 11000110 100011 1011100 0 10110 100010101 1010110 101010

Color Harmonies of #800FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FC6

Black with #800FC6

Text Example


Text Example

White with #800FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800FC6; }

 p { color: rgb(128,15,198); }

 H1.HeaderClassName
 {
   color: #800FC6;
 }
 .AnyTagClassName
 {
   color: #800FC6;
 }
</style>

background-color css

<style>
 a { background-color: #800FC6; }

 a { background-color: rgb(128,15,198); }

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

border-color css

<style>
 span { border-color: #800FC6; }

 span { border-color: rgb(128,15,198); }

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