Html Css Color HEX #800FBC Dark Violet

📋 copy color: '#800FBC'

red 128 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #800FBC

Tints of Dark Violet #800FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 38.67%
G = 4.53%
B = 56.8%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#800FBC (or 0x800FBC) is known color: Dark Violet. HEX triplet: 80, 0F and BC. RGB value is (128,15,188). Sum of RGB (Red+Green+Blue) = 128+15+188=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #800FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FBC is #7FF043. Grayscale: #434343. Windows color (decimal): -8384580 or 12324736. OLE color: 12324736.

HSL color Cylindrical-coordinate representation of color #800FBC: hue angle of 279.19º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FBC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 15 188 -
CMYK 0.32 0.92 0 0.26
HSL 279.19º 0.85% 0.4% -
HSV(B) 279.19º 0.92% 0.74% -
XYZ 18.15 8.56 48.27 -
YUV 68.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 128 15 188 0.32 0.92 0 0.26 279.19 0.85 0.4
Hex 80 F BC 20 5C 0 1A 117 55 28
Octal 200 17 274 40 134 0 32 427 125 50
Binary 10000000 1111 10111100 100000 1011100 0 11010 100010111 1010101 101000

Color Harmonies of #800FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FBC

Black with #800FBC

Text Example


Text Example

White with #800FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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