Html Css Color HEX #804298 Vivid Violet

📋 copy color: '#804298'

red 128 ◦ green 66 ◦ blue 152

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

Shades of Vivid Violet #804298

Tints of Vivid Violet #804298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 36.99%
G = 19.08%
B = 43.93%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#804298 (or 0x804298) is known color: Vivid Violet. HEX triplet: 80, 42 and 98. RGB value is (128,66,152). Sum of RGB (Red+Green+Blue) = 128+66+152=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #804298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804298 is #7FBD67. Grayscale: #5E5E5E. Windows color (decimal): -8371560 or 9978496. OLE color: 9978496.

HSL color Cylindrical-coordinate representation of color #804298: hue angle of 283.26º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804298 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 66 152 -
CMYK 0.16 0.57 0 0.40
HSL 283.26º 0.39% 0.43% -
HSV(B) 283.26º 0.57% 0.6% -
XYZ 16.52 10.75 30.91 -
YUV 94.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 128 66 152 0.16 0.57 0 0.40 283.26 0.39 0.43
Hex 80 42 98 10 39 0 28 11B 27 2B
Octal 200 102 230 20 71 0 50 433 47 53
Binary 10000000 1000010 10011000 10000 111001 0 101000 100011011 100111 101011

Color Harmonies of #804298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804298

Black with #804298

Text Example


Text Example

White with #804298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804298; }

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

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

background-color css

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

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

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

border-color css

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

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

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