Html Css Color HEX #80438C Vivid Violet

📋 copy color: '#80438C'

red 128 ◦ green 67 ◦ blue 140

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

Shades of Vivid Violet #80438C

Tints of Vivid Violet #80438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 38.21%
G = 20%
B = 41.79%

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

#80438C (or 0x80438C) is known color: Vivid Violet. HEX triplet: 80, 43 and 8C. RGB value is (128,67,140). Sum of RGB (Red+Green+Blue) = 128+67+140=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #80438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80438C is #7FBC73. Grayscale: #5D5D5D. Windows color (decimal): -8371316 or 9192320. OLE color: 9192320.

HSL color Cylindrical-coordinate representation of color #80438C: hue angle of 290.14º degrees, saturation: 0.35, 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 #80438C is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 67 140 -
CMYK 0.09 0.52 0 0.45
HSL 290.14º 0.35% 0.41% -
HSV(B) 290.14º 0.52% 0.55% -
XYZ 15.64 10.5 26.01 -
YUV 93.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 128 67 140 0.09 0.52 0 0.45 290.14 0.35 0.41
Hex 80 43 8C 9 34 0 2D 122 23 29
Octal 200 103 214 11 64 0 55 442 43 51
Binary 10000000 1000011 10001100 1001 110100 0 101101 100100010 100011 101001

Color Harmonies of #80438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80438C

Black with #80438C

Text Example


Text Example

White with #80438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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