Html Css Color HEX #834585 Vivid Violet

📋 copy color: '#834585'

red 131 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #834585

Tints of Vivid Violet #834585

RGB

 RED value IS 131 (51.56% from 255) = 39.34%

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 39.34%
G = 20.72%
B = 39.94%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#834585 (or 0x834585) is known color: Vivid Violet. HEX triplet: 83, 45 and 85. RGB value is (131,69,133). Sum of RGB (Red+Green+Blue) = 131+69+133=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #834585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834585 is #7CBA7A. Grayscale: #5E5E5E. Windows color (decimal): -8174203 or 8734083. OLE color: 8734083.

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

Color convert

RGB 131 69 133 -
CMYK 0.02 0.48 0 0.48
HSL 298.13º 0.32% 0.4% -
HSV(B) 298.13º 0.48% 0.52% -
XYZ 15.72 10.78 23.44 -
YUV 94.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 131 69 133 0.02 0.48 0 0.48 298.13 0.32 0.4
Hex 83 45 85 2 30 0 30 12A 20 28
Octal 203 105 205 2 60 0 60 452 40 50
Binary 10000011 1000101 10000101 10 110000 0 110000 100101010 100000 101000

Color Harmonies of #834585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834585

Black with #834585

Text Example


Text Example

White with #834585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834585; }

 p { color: rgb(131,69,133); }

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

background-color css

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

 a { background-color: rgb(131,69,133); }

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

border-color css

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

 span { border-color: rgb(131,69,133); }

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