Html Css Color HEX #80438D Vivid Violet

📋 copy color: '#80438D'

red 128 ◦ green 67 ◦ blue 141

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

Shades of Vivid Violet #80438D

Tints of Vivid Violet #80438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 38.1%
G = 19.94%
B = 41.96%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80438D (or 0x80438D) is known color: Vivid Violet. HEX triplet: 80, 43 and 8D. RGB value is (128,67,141). Sum of RGB (Red+Green+Blue) = 128+67+141=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #80438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80438D is #7FBC72. Grayscale: #5D5D5D. Windows color (decimal): -8371315 or 9257856. OLE color: 9257856.

HSL color Cylindrical-coordinate representation of color #80438D: hue angle of 289.46º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80438D is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 67 141 -
CMYK 0.09 0.52 0 0.45
HSL 289.46º 0.36% 0.41% -
HSV(B) 289.46º 0.52% 0.55% -
XYZ 15.72 10.53 26.4 -
YUV 93.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 128 67 141 0.09 0.52 0 0.45 289.46 0.36 0.41
Hex 80 43 8D 9 34 0 2D 121 24 29
Octal 200 103 215 11 64 0 55 441 44 51
Binary 10000000 1000011 10001101 1001 110100 0 101101 100100001 100100 101001

Color Harmonies of #80438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80438D

Black with #80438D

Text Example


Text Example

White with #80438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80438D; }

 p { color: rgb(128,67,141); }

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

background-color css

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

 a { background-color: rgb(128,67,141); }

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

border-color css

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

 span { border-color: rgb(128,67,141); }

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