Html Css Color HEX #803198 Vivid Violet

📋 copy color: '#803198'

red 128 ◦ green 49 ◦ blue 152

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

Shades of Vivid Violet #803198

Tints of Vivid Violet #803198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 38.91%
G = 14.89%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#803198 (or 0x803198) is known color: Vivid Violet. HEX triplet: 80, 31 and 98. RGB value is (128,49,152). Sum of RGB (Red+Green+Blue) = 128+49+152=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #803198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803198 is #7FCE67. Grayscale: #545454. Windows color (decimal): -8375912 or 9974144. OLE color: 9974144.

HSL color Cylindrical-coordinate representation of color #803198: hue angle of 286.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803198 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 49 152 -
CMYK 0.16 0.68 0 0.40
HSL 286.02º 0.51% 0.39% -
HSV(B) 286.02º 0.68% 0.6% -
XYZ 15.67 9.05 30.63 -
YUV 84.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 128 49 152 0.16 0.68 0 0.40 286.02 0.51 0.39
Hex 80 31 98 10 44 0 28 11E 33 27
Octal 200 61 230 20 104 0 50 436 63 47
Binary 10000000 110001 10011000 10000 1000100 0 101000 100011110 110011 100111

Color Harmonies of #803198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803198

Black with #803198

Text Example


Text Example

White with #803198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803198; }

 p { color: rgb(128,49,152); }

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

background-color css

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

 a { background-color: rgb(128,49,152); }

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

border-color css

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

 span { border-color: rgb(128,49,152); }

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