Html Css Color HEX #800FC5 Dark Violet

📋 copy color: '#800FC5'

red 128 ◦ green 15 ◦ blue 197

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

Shades of Dark Violet #800FC5

Tints of Dark Violet #800FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.94%

R = 37.65%
G = 4.41%
B = 57.94%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#800FC5 (or 0x800FC5) is known color: Dark Violet. HEX triplet: 80, 0F and C5. RGB value is (128,15,197). Sum of RGB (Red+Green+Blue) = 128+15+197=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #800FC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FC5 is #7FF03A. Grayscale: #444444. Windows color (decimal): -8384571 or 12914560. OLE color: 12914560.

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

Color convert

RGB 128 15 197 -
CMYK 0.35 0.92 0 0.23
HSL 277.25º 0.86% 0.42% -
HSV(B) 277.25º 0.92% 0.77% -
XYZ 19.15 8.96 53.54 -
YUV 69.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 128 15 197 0.35 0.92 0 0.23 277.25 0.86 0.42
Hex 80 F C5 23 5C 0 17 115 56 2A
Octal 200 17 305 43 134 0 27 425 126 52
Binary 10000000 1111 11000101 100011 1011100 0 10111 100010101 1010110 101010

Color Harmonies of #800FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FC5

Black with #800FC5

Text Example


Text Example

White with #800FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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