Html Css Color HEX #804288 Vivid Violet

📋 copy color: '#804288'

red 128 ◦ green 66 ◦ blue 136

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

Shades of Vivid Violet #804288

Tints of Vivid Violet #804288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 38.79%
G = 20%
B = 41.21%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#804288 (or 0x804288) is known color: Vivid Violet. HEX triplet: 80, 42 and 88. RGB value is (128,66,136). Sum of RGB (Red+Green+Blue) = 128+66+136=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #804288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804288 is #7FBD77. Grayscale: #5C5C5C. Windows color (decimal): -8371576 or 8929920. OLE color: 8929920.

HSL color Cylindrical-coordinate representation of color #804288: hue angle of 293.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804288 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 66 136 -
CMYK 0.06 0.51 0 0.47
HSL 293.14º 0.35% 0.4% -
HSV(B) 293.14º 0.51% 0.53% -
XYZ 15.29 10.26 24.47 -
YUV 92.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 128 66 136 0.06 0.51 0 0.47 293.14 0.35 0.4
Hex 80 42 88 6 33 0 2F 125 23 28
Octal 200 102 210 6 63 0 57 445 43 50
Binary 10000000 1000010 10001000 110 110011 0 101111 100100101 100011 101000

Color Harmonies of #804288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804288

Black with #804288

Text Example


Text Example

White with #804288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804288; }

 p { color: rgb(128,66,136); }

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

background-color css

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

 a { background-color: rgb(128,66,136); }

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

border-color css

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

 span { border-color: rgb(128,66,136); }

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