Html Css Color HEX #802D90 Vivid Violet

📋 copy color: '#802D90'

red 128 ◦ green 45 ◦ blue 144

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

Shades of Vivid Violet #802D90

Tints of Vivid Violet #802D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 40.38%
G = 14.2%
B = 45.43%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#802D90 (or 0x802D90) is known color: Vivid Violet. HEX triplet: 80, 2D and 90. RGB value is (128,45,144). Sum of RGB (Red+Green+Blue) = 128+45+144=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #802D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802D90 is #7FD26F. Grayscale: #505050. Windows color (decimal): -8376944 or 9448832. OLE color: 9448832.

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

Color convert

RGB 128 45 144 -
CMYK 0.11 0.69 0 0.44
HSL 290.3º 0.52% 0.37% -
HSV(B) 290.3º 0.69% 0.56% -
XYZ 14.87 8.48 27.24 -
YUV 81.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 128 45 144 0.11 0.69 0 0.44 290.3 0.52 0.37
Hex 80 2D 90 B 45 0 2C 122 34 25
Octal 200 55 220 13 105 0 54 442 64 45
Binary 10000000 101101 10010000 1011 1000101 0 101100 100100010 110100 100101

Color Harmonies of #802D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D90

Black with #802D90

Text Example


Text Example

White with #802D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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