Html Css Color HEX #802293 Vivid Violet

📋 copy color: '#802293'

red 128 ◦ green 34 ◦ blue 147

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

Shades of Vivid Violet #802293

Tints of Vivid Violet #802293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 41.42%
G = 11%
B = 47.57%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802293 (or 0x802293) is known color: Vivid Violet. HEX triplet: 80, 22 and 93. RGB value is (128,34,147). Sum of RGB (Red+Green+Blue) = 128+34+147=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #802293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802293 is #7FDD6C. Grayscale: #4A4A4A. Windows color (decimal): -8379757 or 9642624. OLE color: 9642624.

HSL color Cylindrical-coordinate representation of color #802293: hue angle of 289.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802293 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 34 147 -
CMYK 0.13 0.77 0 0.42
HSL 289.91º 0.62% 0.35% -
HSV(B) 289.91º 0.77% 0.58% -
XYZ 14.74 7.84 28.34 -
YUV 74.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 128 34 147 0.13 0.77 0 0.42 289.91 0.62 0.35
Hex 80 22 93 D 4D 0 2A 122 3E 23
Octal 200 42 223 15 115 0 52 442 76 43
Binary 10000000 100010 10010011 1101 1001101 0 101010 100100010 111110 100011

Color Harmonies of #802293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802293

Black with #802293

Text Example


Text Example

White with #802293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802293; }

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

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

background-color css

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

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

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

border-color css

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

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

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