Html Css Color HEX #834089 Vivid Violet

📋 copy color: '#834089'

red 131 ◦ green 64 ◦ blue 137

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

Shades of Vivid Violet #834089

Tints of Vivid Violet #834089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 39.46%
G = 19.28%
B = 41.27%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#834089 (or 0x834089) is known color: Vivid Violet. HEX triplet: 83, 40 and 89. RGB value is (131,64,137). Sum of RGB (Red+Green+Blue) = 131+64+137=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #834089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834089 is #7CBF76. Grayscale: #5C5C5C. Windows color (decimal): -8175479 or 8994947. OLE color: 8994947.

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

Color convert

RGB 131 64 137 -
CMYK 0.04 0.53 0 0.46
HSL 295.07º 0.36% 0.39% -
HSV(B) 295.07º 0.53% 0.54% -
XYZ 15.71 10.3 24.83 -
YUV 92.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 131 64 137 0.04 0.53 0 0.46 295.07 0.36 0.39
Hex 83 40 89 4 35 0 2E 127 24 27
Octal 203 100 211 4 65 0 56 447 44 47
Binary 10000011 1000000 10001001 100 110101 0 101110 100100111 100100 100111

Color Harmonies of #834089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834089

Black with #834089

Text Example


Text Example

White with #834089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834089; }

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

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

background-color css

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

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

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

border-color css

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

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

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