Html Css Color HEX #834A9C Vivid Violet

📋 copy color: '#834A9C'

red 131 ◦ green 74 ◦ blue 156

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

Shades of Vivid Violet #834A9C

Tints of Vivid Violet #834A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 36.29%
G = 20.5%
B = 43.21%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#834A9C (or 0x834A9C) is known color: Vivid Violet. HEX triplet: 83, 4A and 9C. RGB value is (131,74,156). Sum of RGB (Red+Green+Blue) = 131+74+156=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #834A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A9C is #7CB563. Grayscale: #646464. Windows color (decimal): -8172900 or 10242691. OLE color: 10242691.

HSL color Cylindrical-coordinate representation of color #834A9C: hue angle of 281.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834A9C is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 74 156 -
CMYK 0.16 0.53 0 0.39
HSL 281.71º 0.36% 0.45% -
HSV(B) 281.71º 0.53% 0.61% -
XYZ 17.81 12.12 32.85 -
YUV 100.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 131 74 156 0.16 0.53 0 0.39 281.71 0.36 0.45
Hex 83 4A 9C 10 35 0 27 11A 24 2D
Octal 203 112 234 20 65 0 47 432 44 55
Binary 10000011 1001010 10011100 10000 110101 0 100111 100011010 100100 101101

Color Harmonies of #834A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A9C

Black with #834A9C

Text Example


Text Example

White with #834A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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