Html Css Color HEX #802188 Vivid Violet

📋 copy color: '#802188'

red 128 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #802188

Tints of Vivid Violet #802188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 43.1%
G = 11.11%
B = 45.79%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#802188 (or 0x802188) is known color: Vivid Violet. HEX triplet: 80, 21 and 88. RGB value is (128,33,136). Sum of RGB (Red+Green+Blue) = 128+33+136=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #802188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802188 is #7FDE77. Grayscale: #484848. Windows color (decimal): -8380024 or 8921472. OLE color: 8921472.

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

Color convert

RGB 128 33 136 -
CMYK 0.06 0.76 0 0.47
HSL 295.34º 0.61% 0.33% -
HSV(B) 295.34º 0.76% 0.53% -
XYZ 13.89 7.45 24 -
YUV 73.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 128 33 136 0.06 0.76 0 0.47 295.34 0.61 0.33
Hex 80 21 88 6 4C 0 2F 127 3D 21
Octal 200 41 210 6 114 0 57 447 75 41
Binary 10000000 100001 10001000 110 1001100 0 101111 100100111 111101 100001

Color Harmonies of #802188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802188

Black with #802188

Text Example


Text Example

White with #802188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802188; }

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

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

background-color css

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

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

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

border-color css

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

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

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