Html Css Color HEX #834B90 Vivid Violet

📋 copy color: '#834B90'

red 131 ◦ green 75 ◦ blue 144

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

Shades of Vivid Violet #834B90

Tints of Vivid Violet #834B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 37.43%
G = 21.43%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#834B90 (or 0x834B90) is known color: Vivid Violet. HEX triplet: 83, 4B and 90. RGB value is (131,75,144). Sum of RGB (Red+Green+Blue) = 131+75+144=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #834B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B90 is #7CB46F. Grayscale: #636363. Windows color (decimal): -8172656 or 9456515. OLE color: 9456515.

HSL color Cylindrical-coordinate representation of color #834B90: hue angle of 288.7º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834B90 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 75 144 -
CMYK 0.09 0.48 0 0.44
HSL 288.7º 0.32% 0.43% -
HSV(B) 288.7º 0.48% 0.56% -
XYZ 16.91 11.87 27.79 -
YUV 99.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 131 75 144 0.09 0.48 0 0.44 288.7 0.32 0.43
Hex 83 4B 90 9 30 0 2C 121 20 2B
Octal 203 113 220 11 60 0 54 441 40 53
Binary 10000011 1001011 10010000 1001 110000 0 101100 100100001 100000 101011

Color Harmonies of #834B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B90

Black with #834B90

Text Example


Text Example

White with #834B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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