Html Css Color HEX #813585 Vivid Violet

📋 copy color: '#813585'

red 129 ◦ green 53 ◦ blue 133

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

Shades of Vivid Violet #813585

Tints of Vivid Violet #813585

RGB

 RED value IS 129 (50.78% from 255) = 40.95%

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

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

R = 40.95%
G = 16.83%
B = 42.22%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#813585 (or 0x813585) is known color: Vivid Violet. HEX triplet: 81, 35 and 85. RGB value is (129,53,133). Sum of RGB (Red+Green+Blue) = 129+53+133=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #813585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813585 is #7ECA7A. Grayscale: #545454. Windows color (decimal): -8309371 or 8729985. OLE color: 8729985.

HSL color Cylindrical-coordinate representation of color #813585: hue angle of 297º 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 #813585 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 53 133 -
CMYK 0.03 0.60 0 0.48
HSL 297º 0.43% 0.36% -
HSV(B) 297º 0.6% 0.52% -
XYZ 14.56 8.91 23.14 -
YUV 84.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 129 53 133 0.03 0.60 0 0.48 297 0.43 0.36
Hex 81 35 85 3 3C 0 30 129 2B 24
Octal 201 65 205 3 74 0 60 451 53 44
Binary 10000001 110101 10000101 11 111100 0 110000 100101001 101011 100100

Color Harmonies of #813585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813585

Black with #813585

Text Example


Text Example

White with #813585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813585; }

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

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

background-color css

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

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

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

border-color css

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

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

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