Html Css Color HEX #834389 Vivid Violet

📋 copy color: '#834389'

red 131 ◦ green 67 ◦ blue 137

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

Shades of Vivid Violet #834389

Tints of Vivid Violet #834389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 39.1%
G = 20%
B = 40.9%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#834389 (or 0x834389) is known color: Vivid Violet. HEX triplet: 83, 43 and 89. RGB value is (131,67,137). Sum of RGB (Red+Green+Blue) = 131+67+137=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #834389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834389 is #7CBC76. Grayscale: #5D5D5D. Windows color (decimal): -8174711 or 8995715. OLE color: 8995715.

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

Color convert

RGB 131 67 137 -
CMYK 0.04 0.51 0 0.46
HSL 294.86º 0.34% 0.4% -
HSV(B) 294.86º 0.51% 0.54% -
XYZ 15.88 10.65 24.88 -
YUV 94.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 131 67 137 0.04 0.51 0 0.46 294.86 0.34 0.4
Hex 83 43 89 4 33 0 2E 127 22 28
Octal 203 103 211 4 63 0 56 447 42 50
Binary 10000011 1000011 10001001 100 110011 0 101110 100100111 100010 101000

Color Harmonies of #834389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834389

Black with #834389

Text Example


Text Example

White with #834389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834389; }

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

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

background-color css

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

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

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

border-color css

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

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

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