Html Css Color HEX #834687 Vivid Violet

📋 copy color: '#834687'

red 131 ◦ green 70 ◦ blue 135

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

Shades of Vivid Violet #834687

Tints of Vivid Violet #834687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 38.99%
G = 20.83%
B = 40.18%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#834687 (or 0x834687) is known color: Vivid Violet. HEX triplet: 83, 46 and 87. RGB value is (131,70,135). Sum of RGB (Red+Green+Blue) = 131+70+135=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #834687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834687 is #7CB978. Grayscale: #5F5F5F. Windows color (decimal): -8173945 or 8865411. OLE color: 8865411.

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

Color convert

RGB 131 70 135 -
CMYK 0.03 0.48 0 0.47
HSL 296.31º 0.32% 0.4% -
HSV(B) 296.31º 0.48% 0.53% -
XYZ 15.92 10.95 24.2 -
YUV 95.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 131 70 135 0.03 0.48 0 0.47 296.31 0.32 0.4
Hex 83 46 87 3 30 0 2F 128 20 28
Octal 203 106 207 3 60 0 57 450 40 50
Binary 10000011 1000110 10000111 11 110000 0 101111 100101000 100000 101000

Color Harmonies of #834687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834687

Black with #834687

Text Example


Text Example

White with #834687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834687; }

 p { color: rgb(131,70,135); }

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

background-color css

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

 a { background-color: rgb(131,70,135); }

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

border-color css

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

 span { border-color: rgb(131,70,135); }

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