Html Css Color HEX #800FC0 Dark Violet

📋 copy color: '#800FC0'

red 128 ◦ green 15 ◦ blue 192

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

Shades of Dark Violet #800FC0

Tints of Dark Violet #800FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.31%

R = 38.21%
G = 4.48%
B = 57.31%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#800FC0 (or 0x800FC0) is known color: Dark Violet. HEX triplet: 80, 0F and C0. RGB value is (128,15,192). Sum of RGB (Red+Green+Blue) = 128+15+192=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #800FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FC0 is #7FF03F. Grayscale: #444444. Windows color (decimal): -8384576 or 12586880. OLE color: 12586880.

HSL color Cylindrical-coordinate representation of color #800FC0: hue angle of 278.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FC0 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 15 192 -
CMYK 0.33 0.92 0 0.25
HSL 278.31º 0.86% 0.41% -
HSV(B) 278.31º 0.92% 0.75% -
XYZ 18.59 8.74 50.58 -
YUV 68.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 128 15 192 0.33 0.92 0 0.25 278.31 0.86 0.41
Hex 80 F C0 21 5C 0 19 116 56 29
Octal 200 17 300 41 134 0 31 426 126 51
Binary 10000000 1111 11000000 100001 1011100 0 11001 100010110 1010110 101001

Color Harmonies of #800FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FC0

Black with #800FC0

Text Example


Text Example

White with #800FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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