Html Css Color HEX #834289 Vivid Violet

📋 copy color: '#834289'

red 131 ◦ green 66 ◦ blue 137

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

Shades of Vivid Violet #834289

Tints of Vivid Violet #834289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 39.22%
G = 19.76%
B = 41.02%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#834289 (or 0x834289) is known color: Vivid Violet. HEX triplet: 83, 42 and 89. RGB value is (131,66,137). Sum of RGB (Red+Green+Blue) = 131+66+137=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #834289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834289 is #7CBD76. Grayscale: #5D5D5D. Windows color (decimal): -8174967 or 8995459. OLE color: 8995459.

HSL color Cylindrical-coordinate representation of color #834289: hue angle of 294.93º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834289 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 66 137 -
CMYK 0.04 0.52 0 0.46
HSL 294.93º 0.35% 0.4% -
HSV(B) 294.93º 0.52% 0.54% -
XYZ 15.82 10.53 24.87 -
YUV 93.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 131 66 137 0.04 0.52 0 0.46 294.93 0.35 0.4
Hex 83 42 89 4 34 0 2E 127 23 28
Octal 203 102 211 4 64 0 56 447 43 50
Binary 10000011 1000010 10001001 100 110100 0 101110 100100111 100011 101000

Color Harmonies of #834289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834289

Black with #834289

Text Example


Text Example

White with #834289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834289; }

 p { color: rgb(131,66,137); }

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

background-color css

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

 a { background-color: rgb(131,66,137); }

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

border-color css

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

 span { border-color: rgb(131,66,137); }

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