Html Css Color HEX #803093 Vivid Violet

📋 copy color: '#803093'

red 128 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #803093

Tints of Vivid Violet #803093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 39.63%
G = 14.86%
B = 45.51%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#803093 (or 0x803093) is known color: Vivid Violet. HEX triplet: 80, 30 and 93. RGB value is (128,48,147). Sum of RGB (Red+Green+Blue) = 128+48+147=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #803093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803093 is #7FCF6C. Grayscale: #525252. Windows color (decimal): -8376173 or 9646208. OLE color: 9646208.

HSL color Cylindrical-coordinate representation of color #803093: hue angle of 288.48º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803093 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 48 147 -
CMYK 0.13 0.67 0 0.42
HSL 288.48º 0.51% 0.38% -
HSV(B) 288.48º 0.67% 0.58% -
XYZ 15.23 8.81 28.5 -
YUV 83.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 128 48 147 0.13 0.67 0 0.42 288.48 0.51 0.38
Hex 80 30 93 D 43 0 2A 120 33 26
Octal 200 60 223 15 103 0 52 440 63 46
Binary 10000000 110000 10010011 1101 1000011 0 101010 100100000 110011 100110

Color Harmonies of #803093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803093

Black with #803093

Text Example


Text Example

White with #803093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803093; }

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

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

background-color css

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

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

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

border-color css

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

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

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