Html Css Color HEX #834599 Vivid Violet

📋 copy color: '#834599'

red 131 ◦ green 69 ◦ blue 153

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

Shades of Vivid Violet #834599

Tints of Vivid Violet #834599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 37.11%
G = 19.55%
B = 43.34%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#834599 (or 0x834599) is known color: Vivid Violet. HEX triplet: 83, 45 and 99. RGB value is (131,69,153). Sum of RGB (Red+Green+Blue) = 131+69+153=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #834599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834599 is #7CBA66. Grayscale: #606060. Windows color (decimal): -8174183 or 10044803. OLE color: 10044803.

HSL color Cylindrical-coordinate representation of color #834599: hue angle of 284.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834599 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 69 153 -
CMYK 0.14 0.55 0 0.4
HSL 284.29º 0.38% 0.44% -
HSV(B) 284.29º 0.55% 0.6% -
XYZ 17.24 11.38 31.43 -
YUV 97.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 131 69 153 0.14 0.55 0 0.4 284.29 0.38 0.44
Hex 83 45 99 E 37 0 28 11C 26 2C
Octal 203 105 231 16 67 0 50 434 46 54
Binary 10000011 1000101 10011001 1110 110111 0 101000 100011100 100110 101100

Color Harmonies of #834599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834599

Black with #834599

Text Example


Text Example

White with #834599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834599; }

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

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

background-color css

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

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

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

border-color css

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

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

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