Html Css Color HEX #803090 Vivid Violet

📋 copy color: '#803090'

red 128 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #803090

Tints of Vivid Violet #803090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#803090 (or 0x803090) is known color: Vivid Violet. HEX triplet: 80, 30 and 90. RGB value is (128,48,144). Sum of RGB (Red+Green+Blue) = 128+48+144=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #803090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803090 is #7FCF6F. Grayscale: #525252. Windows color (decimal): -8376176 or 9449600. OLE color: 9449600.

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

Color convert

RGB 128 48 144 -
CMYK 0.11 0.67 0 0.44
HSL 290º 0.5% 0.38% -
HSV(B) 290º 0.67% 0.56% -
XYZ 14.99 8.72 27.28 -
YUV 82.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 128 48 144 0.11 0.67 0 0.44 290 0.5 0.38
Hex 80 30 90 B 43 0 2C 122 32 26
Octal 200 60 220 13 103 0 54 442 62 46
Binary 10000000 110000 10010000 1011 1000011 0 101100 100100010 110010 100110

Color Harmonies of #803090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803090

Black with #803090

Text Example


Text Example

White with #803090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803090; }

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

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

background-color css

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

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

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

border-color css

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

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

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