Html Css Color HEX #802488 Vivid Violet

📋 copy color: '#802488'

red 128 ◦ green 36 ◦ blue 136

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

Shades of Vivid Violet #802488

Tints of Vivid Violet #802488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 42.67%
G = 12%
B = 45.33%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#802488 (or 0x802488) is known color: Vivid Violet. HEX triplet: 80, 24 and 88. RGB value is (128,36,136). Sum of RGB (Red+Green+Blue) = 128+36+136=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #802488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802488 is #7FDB77. Grayscale: #4A4A4A. Windows color (decimal): -8379256 or 8922240. OLE color: 8922240.

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

Color convert

RGB 128 36 136 -
CMYK 0.06 0.74 0 0.47
HSL 295.2º 0.58% 0.34% -
HSV(B) 295.2º 0.74% 0.53% -
XYZ 13.98 7.63 24.03 -
YUV 74.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 128 36 136 0.06 0.74 0 0.47 295.2 0.58 0.34
Hex 80 24 88 6 4A 0 2F 127 3A 22
Octal 200 44 210 6 112 0 57 447 72 42
Binary 10000000 100100 10001000 110 1001010 0 101111 100100111 111010 100010

Color Harmonies of #802488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802488

Black with #802488

Text Example


Text Example

White with #802488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802488; }

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

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

background-color css

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

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

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

border-color css

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

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

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