Html Css Color HEX #834A8B Vivid Violet

📋 copy color: '#834A8B'

red 131 ◦ green 74 ◦ blue 139

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

Shades of Vivid Violet #834A8B

Tints of Vivid Violet #834A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 38.08%
G = 21.51%
B = 40.41%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#834A8B (or 0x834A8B) is known color: Vivid Violet. HEX triplet: 83, 4A and 8B. RGB value is (131,74,139). Sum of RGB (Red+Green+Blue) = 131+74+139=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #834A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A8B is #7CB574. Grayscale: #626262. Windows color (decimal): -8172917 or 9128579. OLE color: 9128579.

HSL color Cylindrical-coordinate representation of color #834A8B: hue angle of 292.62º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834A8B is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 74 139 -
CMYK 0.06 0.47 0 0.45
HSL 292.62º 0.31% 0.42% -
HSV(B) 292.62º 0.47% 0.55% -
XYZ 16.47 11.59 25.79 -
YUV 98.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 131 74 139 0.06 0.47 0 0.45 292.62 0.31 0.42
Hex 83 4A 8B 6 2F 0 2D 125 1F 2A
Octal 203 112 213 6 57 0 55 445 37 52
Binary 10000011 1001010 10001011 110 101111 0 101101 100100101 11111 101010

Color Harmonies of #834A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A8B

Black with #834A8B

Text Example


Text Example

White with #834A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834A8B; }

 p { color: rgb(131,74,139); }

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

background-color css

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

 a { background-color: rgb(131,74,139); }

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

border-color css

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

 span { border-color: rgb(131,74,139); }

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