Html Css Color HEX #804388 Vivid Violet

📋 copy color: '#804388'

red 128 ◦ green 67 ◦ blue 136

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

Shades of Vivid Violet #804388

Tints of Vivid Violet #804388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

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

R = 38.67%
G = 20.24%
B = 41.09%

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

#804388 (or 0x804388) is known color: Vivid Violet. HEX triplet: 80, 43 and 88. RGB value is (128,67,136). Sum of RGB (Red+Green+Blue) = 128+67+136=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #804388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804388 is #7FBC77. Grayscale: #5C5C5C. Windows color (decimal): -8371320 or 8930176. OLE color: 8930176.

HSL color Cylindrical-coordinate representation of color #804388: hue angle of 293.04º degrees, saturation: 0.34, 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 #804388 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 67 136 -
CMYK 0.06 0.51 0 0.47
HSL 293.04º 0.34% 0.4% -
HSV(B) 293.04º 0.51% 0.53% -
XYZ 15.35 10.38 24.49 -
YUV 93.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 128 67 136 0.06 0.51 0 0.47 293.04 0.34 0.4
Hex 80 43 88 6 33 0 2F 125 22 28
Octal 200 103 210 6 63 0 57 445 42 50
Binary 10000000 1000011 10001000 110 110011 0 101111 100100101 100010 101000

Color Harmonies of #804388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804388

Black with #804388

Text Example


Text Example

White with #804388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804388; }

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

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

background-color css

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

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

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

border-color css

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

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

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