Html Css Color HEX #802988 Vivid Violet

📋 copy color: '#802988'

red 128 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #802988

Tints of Vivid Violet #802988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 41.97%
G = 13.44%
B = 44.59%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#802988 (or 0x802988) is known color: Vivid Violet. HEX triplet: 80, 29 and 88. RGB value is (128,41,136). Sum of RGB (Red+Green+Blue) = 128+41+136=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #802988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802988 is #7FD677. Grayscale: #4D4D4D. Windows color (decimal): -8377976 or 8923520. OLE color: 8923520.

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

Color convert

RGB 128 41 136 -
CMYK 0.06 0.70 0 0.47
HSL 294.95º 0.54% 0.35% -
HSV(B) 294.95º 0.7% 0.53% -
XYZ 14.14 7.95 24.08 -
YUV 77.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 128 41 136 0.06 0.70 0 0.47 294.95 0.54 0.35
Hex 80 29 88 6 46 0 2F 127 36 23
Octal 200 51 210 6 106 0 57 447 66 43
Binary 10000000 101001 10001000 110 1000110 0 101111 100100111 110110 100011

Color Harmonies of #802988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802988

Black with #802988

Text Example


Text Example

White with #802988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802988; }

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

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

background-color css

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

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

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

border-color css

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

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

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