Html Css Color HEX #803985 Vivid Violet

📋 copy color: '#803985'

red 128 ◦ green 57 ◦ blue 133

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

Shades of Vivid Violet #803985

Tints of Vivid Violet #803985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 40.25%
G = 17.92%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#803985 (or 0x803985) is known color: Vivid Violet. HEX triplet: 80, 39 and 85. RGB value is (128,57,133). Sum of RGB (Red+Green+Blue) = 128+57+133=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #803985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803985 is #7FC67A. Grayscale: #565656. Windows color (decimal): -8373883 or 8731008. OLE color: 8731008.

HSL color Cylindrical-coordinate representation of color #803985: hue angle of 296.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803985 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 57 133 -
CMYK 0.04 0.57 0 0.48
HSL 296.05º 0.4% 0.37% -
HSV(B) 296.05º 0.57% 0.52% -
XYZ 14.6 9.21 23.2 -
YUV 86.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 128 57 133 0.04 0.57 0 0.48 296.05 0.4 0.37
Hex 80 39 85 4 39 0 30 128 28 25
Octal 200 71 205 4 71 0 60 450 50 45
Binary 10000000 111001 10000101 100 111001 0 110000 100101000 101000 100101

Color Harmonies of #803985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803985

Black with #803985

Text Example


Text Example

White with #803985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803985; }

 p { color: rgb(128,57,133); }

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

background-color css

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

 a { background-color: rgb(128,57,133); }

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

border-color css

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

 span { border-color: rgb(128,57,133); }

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