Html Css Color HEX #800FB7 Dark Violet

📋 copy color: '#800FB7'

red 128 ◦ green 15 ◦ blue 183

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

Shades of Dark Violet #800FB7

Tints of Dark Violet #800FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.13%

R = 39.26%
G = 4.6%
B = 56.13%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#800FB7 (or 0x800FB7) is known color: Dark Violet. HEX triplet: 80, 0F and B7. RGB value is (128,15,183). Sum of RGB (Red+Green+Blue) = 128+15+183=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #800FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FB7 is #7FF048. Grayscale: #434343. Windows color (decimal): -8384585 or 11997056. OLE color: 11997056.

HSL color Cylindrical-coordinate representation of color #800FB7: hue angle of 280.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FB7 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 15 183 -
CMYK 0.30 0.92 0 0.28
HSL 280.36º 0.85% 0.39% -
HSV(B) 280.36º 0.92% 0.72% -
XYZ 17.62 8.35 45.48 -
YUV 67.94 192.94 170.84 -
System Red Green Blue C M Y K H S L
Decimal 128 15 183 0.30 0.92 0 0.28 280.36 0.85 0.39
Hex 80 F B7 1E 5C 0 1C 118 55 27
Octal 200 17 267 36 134 0 34 430 125 47
Binary 10000000 1111 10110111 11110 1011100 0 11100 100011000 1010101 100111

Color Harmonies of #800FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FB7

Black with #800FB7

Text Example


Text Example

White with #800FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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