Html Css Color HEX #803496 Vivid Violet

📋 copy color: '#803496'

red 128 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #803496

Tints of Vivid Violet #803496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 38.79%
G = 15.76%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#803496 (or 0x803496) is known color: Vivid Violet. HEX triplet: 80, 34 and 96. RGB value is (128,52,150). Sum of RGB (Red+Green+Blue) = 128+52+150=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #803496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803496 is #7FCB69. Grayscale: #555555. Windows color (decimal): -8375146 or 9843840. OLE color: 9843840.

HSL color Cylindrical-coordinate representation of color #803496: hue angle of 286.53º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803496 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 52 150 -
CMYK 0.15 0.65 0 0.41
HSL 286.53º 0.49% 0.4% -
HSV(B) 286.53º 0.65% 0.59% -
XYZ 15.64 9.25 29.81 -
YUV 85.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 128 52 150 0.15 0.65 0 0.41 286.53 0.49 0.4
Hex 80 34 96 F 41 0 29 11F 31 28
Octal 200 64 226 17 101 0 51 437 61 50
Binary 10000000 110100 10010110 1111 1000001 0 101001 100011111 110001 101000

Color Harmonies of #803496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803496

Black with #803496

Text Example


Text Example

White with #803496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803496; }

 p { color: rgb(128,52,150); }

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

background-color css

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

 a { background-color: rgb(128,52,150); }

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

border-color css

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

 span { border-color: rgb(128,52,150); }

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