Html Css Color HEX #802089 Vivid Violet

📋 copy color: '#802089'

red 128 ◦ green 32 ◦ blue 137

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

Shades of Vivid Violet #802089

Tints of Vivid Violet #802089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 43.1%
G = 10.77%
B = 46.13%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#802089 (or 0x802089) is known color: Vivid Violet. HEX triplet: 80, 20 and 89. RGB value is (128,32,137). Sum of RGB (Red+Green+Blue) = 128+32+137=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #802089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802089 is #7FDF76. Grayscale: #484848. Windows color (decimal): -8380279 or 8986752. OLE color: 8986752.

HSL color Cylindrical-coordinate representation of color #802089: hue angle of 294.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802089 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 32 137 -
CMYK 0.07 0.77 0 0.46
HSL 294.86º 0.62% 0.33% -
HSV(B) 294.86º 0.77% 0.54% -
XYZ 13.93 7.43 24.37 -
YUV 72.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 128 32 137 0.07 0.77 0 0.46 294.86 0.62 0.33
Hex 80 20 89 7 4D 0 2E 127 3E 21
Octal 200 40 211 7 115 0 56 447 76 41
Binary 10000000 100000 10001001 111 1001101 0 101110 100100111 111110 100001

Color Harmonies of #802089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802089

Black with #802089

Text Example


Text Example

White with #802089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802089; }

 p { color: rgb(128,32,137); }

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

background-color css

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

 a { background-color: rgb(128,32,137); }

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

border-color css

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

 span { border-color: rgb(128,32,137); }

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