Html Css Color HEX #834C9A Vivid Violet

📋 copy color: '#834C9A'

red 131 ◦ green 76 ◦ blue 154

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

Shades of Vivid Violet #834C9A

Tints of Vivid Violet #834C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 36.29%
G = 21.05%
B = 42.66%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#834C9A (or 0x834C9A) is known color: Vivid Violet. HEX triplet: 83, 4C and 9A. RGB value is (131,76,154). Sum of RGB (Red+Green+Blue) = 131+76+154=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #834C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C9A is #7CB365. Grayscale: #656565. Windows color (decimal): -8172390 or 10112131. OLE color: 10112131.

HSL color Cylindrical-coordinate representation of color #834C9A: hue angle of 282.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834C9A is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 76 154 -
CMYK 0.15 0.51 0 0.40
HSL 282.31º 0.34% 0.45% -
HSV(B) 282.31º 0.51% 0.6% -
XYZ 17.78 12.33 32.01 -
YUV 101.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 131 76 154 0.15 0.51 0 0.40 282.31 0.34 0.45
Hex 83 4C 9A F 33 0 28 11A 22 2D
Octal 203 114 232 17 63 0 50 432 42 55
Binary 10000011 1001100 10011010 1111 110011 0 101000 100011010 100010 101101

Color Harmonies of #834C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C9A

Black with #834C9A

Text Example


Text Example

White with #834C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,154); }

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

background-color css

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

 a { background-color: rgb(131,76,154); }

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

border-color css

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

 span { border-color: rgb(131,76,154); }

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