Html Css Color HEX #803585 Vivid Violet

📋 copy color: '#803585'

red 128 ◦ green 53 ◦ blue 133

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

Shades of Vivid Violet #803585

Tints of Vivid Violet #803585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 40.76%
G = 16.88%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#803585 (or 0x803585) is known color: Vivid Violet. HEX triplet: 80, 35 and 85. RGB value is (128,53,133). Sum of RGB (Red+Green+Blue) = 128+53+133=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #803585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803585 is #7FCA7A. Grayscale: #545454. Windows color (decimal): -8374907 or 8729984. OLE color: 8729984.

HSL color Cylindrical-coordinate representation of color #803585: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803585 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 53 133 -
CMYK 0.04 0.60 0 0.48
HSL 296.25º 0.43% 0.36% -
HSV(B) 296.25º 0.6% 0.52% -
XYZ 14.41 8.83 23.14 -
YUV 84.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 128 53 133 0.04 0.60 0 0.48 296.25 0.43 0.36
Hex 80 35 85 4 3C 0 30 128 2B 24
Octal 200 65 205 4 74 0 60 450 53 44
Binary 10000000 110101 10000101 100 111100 0 110000 100101000 101011 100100

Color Harmonies of #803585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803585

Black with #803585

Text Example


Text Example

White with #803585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803585; }

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

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

background-color css

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

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

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

border-color css

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

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

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