Html Css Color HEX #834B8C Vivid Violet

📋 copy color: '#834B8C'

red 131 ◦ green 75 ◦ blue 140

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

Shades of Vivid Violet #834B8C

Tints of Vivid Violet #834B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 37.86%
G = 21.68%
B = 40.46%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#834B8C (or 0x834B8C) is known color: Vivid Violet. HEX triplet: 83, 4B and 8C. RGB value is (131,75,140). Sum of RGB (Red+Green+Blue) = 131+75+140=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #834B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B8C is #7CB473. Grayscale: #626262. Windows color (decimal): -8172660 or 9194371. OLE color: 9194371.

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

Color convert

RGB 131 75 140 -
CMYK 0.06 0.46 0 0.45
HSL 291.69º 0.3% 0.42% -
HSV(B) 291.69º 0.46% 0.55% -
XYZ 16.61 11.75 26.2 -
YUV 99.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 131 75 140 0.06 0.46 0 0.45 291.69 0.3 0.42
Hex 83 4B 8C 6 2E 0 2D 124 1E 2A
Octal 203 113 214 6 56 0 55 444 36 52
Binary 10000011 1001011 10001100 110 101110 0 101101 100100100 11110 101010

Color Harmonies of #834B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B8C

Black with #834B8C

Text Example


Text Example

White with #834B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,75,140); }

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

background-color css

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

 a { background-color: rgb(131,75,140); }

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

border-color css

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

 span { border-color: rgb(131,75,140); }

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