Html Css Color HEX #800FB3 Dark Violet

📋 copy color: '#800FB3'

red 128 ◦ green 15 ◦ blue 179

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

Shades of Dark Violet #800FB3

Tints of Dark Violet #800FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.59%

R = 39.75%
G = 4.66%
B = 55.59%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#800FB3 (or 0x800FB3) is known color: Dark Violet. HEX triplet: 80, 0F and B3. RGB value is (128,15,179). Sum of RGB (Red+Green+Blue) = 128+15+179=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #800FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FB3 is #7FF04C. Grayscale: #424242. Windows color (decimal): -8384589 or 11734912. OLE color: 11734912.

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

Color convert

RGB 128 15 179 -
CMYK 0.28 0.92 0 0.30
HSL 281.34º 0.85% 0.38% -
HSV(B) 281.34º 0.92% 0.7% -
XYZ 17.21 8.19 43.32 -
YUV 67.48 190.94 171.16 -
System Red Green Blue C M Y K H S L
Decimal 128 15 179 0.28 0.92 0 0.30 281.34 0.85 0.38
Hex 80 F B3 1C 5C 0 1E 119 55 26
Octal 200 17 263 34 134 0 36 431 125 46
Binary 10000000 1111 10110011 11100 1011100 0 11110 100011001 1010101 100110

Color Harmonies of #800FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FB3

Black with #800FB3

Text Example


Text Example

White with #800FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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