Html Css Color HEX #802289 Vivid Violet

📋 copy color: '#802289'

red 128 ◦ green 34 ◦ blue 137

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

Shades of Vivid Violet #802289

Tints of Vivid Violet #802289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

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

R = 42.81%
G = 11.37%
B = 45.82%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#802289 (or 0x802289) is known color: Vivid Violet. HEX triplet: 80, 22 and 89. RGB value is (128,34,137). Sum of RGB (Red+Green+Blue) = 128+34+137=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #802289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802289 is #7FDD76. Grayscale: #494949. Windows color (decimal): -8379767 or 8987264. OLE color: 8987264.

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

Color convert

RGB 128 34 137 -
CMYK 0.07 0.75 0 0.46
HSL 294.76º 0.6% 0.34% -
HSV(B) 294.76º 0.75% 0.54% -
XYZ 13.99 7.54 24.38 -
YUV 73.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 128 34 137 0.07 0.75 0 0.46 294.76 0.6 0.34
Hex 80 22 89 7 4B 0 2E 127 3C 22
Octal 200 42 211 7 113 0 56 447 74 42
Binary 10000000 100010 10001001 111 1001011 0 101110 100100111 111100 100010

Color Harmonies of #802289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802289

Black with #802289

Text Example


Text Example

White with #802289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802289; }

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

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

background-color css

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

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

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

border-color css

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

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

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