Html Css Color HEX #803188 Vivid Violet

📋 copy color: '#803188'

red 128 ◦ green 49 ◦ blue 136

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

Shades of Vivid Violet #803188

Tints of Vivid Violet #803188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 40.89%
G = 15.65%
B = 43.45%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#803188 (or 0x803188) is known color: Vivid Violet. HEX triplet: 80, 31 and 88. RGB value is (128,49,136). Sum of RGB (Red+Green+Blue) = 128+49+136=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #803188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803188 is #7FCE77. Grayscale: #525252. Windows color (decimal): -8375928 or 8925568. OLE color: 8925568.

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

Color convert

RGB 128 49 136 -
CMYK 0.06 0.64 0 0.47
HSL 294.48º 0.47% 0.36% -
HSV(B) 294.48º 0.64% 0.53% -
XYZ 14.44 8.56 24.18 -
YUV 82.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 128 49 136 0.06 0.64 0 0.47 294.48 0.47 0.36
Hex 80 31 88 6 40 0 2F 126 2F 24
Octal 200 61 210 6 100 0 57 446 57 44
Binary 10000000 110001 10001000 110 1000000 0 101111 100100110 101111 100100

Color Harmonies of #803188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803188

Black with #803188

Text Example


Text Example

White with #803188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803188; }

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

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

background-color css

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

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

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

border-color css

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

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

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