Html Css Color HEX #802990 Vivid Violet

📋 copy color: '#802990'

red 128 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #802990

Tints of Vivid Violet #802990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 40.89%
G = 13.1%
B = 46.01%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#802990 (or 0x802990) is known color: Vivid Violet. HEX triplet: 80, 29 and 90. RGB value is (128,41,144). Sum of RGB (Red+Green+Blue) = 128+41+144=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #802990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802990 is #7FD66F. Grayscale: #4E4E4E. Windows color (decimal): -8377968 or 9447808. OLE color: 9447808.

HSL color Cylindrical-coordinate representation of color #802990: hue angle of 290.68º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802990 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 41 144 -
CMYK 0.11 0.72 0 0.44
HSL 290.68º 0.56% 0.36% -
HSV(B) 290.68º 0.72% 0.56% -
XYZ 14.73 8.19 27.19 -
YUV 78.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 128 41 144 0.11 0.72 0 0.44 290.68 0.56 0.36
Hex 80 29 90 B 48 0 2C 123 38 24
Octal 200 51 220 13 110 0 54 443 70 44
Binary 10000000 101001 10010000 1011 1001000 0 101100 100100011 111000 100100

Color Harmonies of #802990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802990

Black with #802990

Text Example


Text Example

White with #802990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802990; }

 p { color: rgb(128,41,144); }

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

background-color css

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

 a { background-color: rgb(128,41,144); }

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

border-color css

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

 span { border-color: rgb(128,41,144); }

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