Html Css Color HEX #834590 Vivid Violet

📋 copy color: '#834590'

red 131 ◦ green 69 ◦ blue 144

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

Shades of Vivid Violet #834590

Tints of Vivid Violet #834590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

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

R = 38.08%
G = 20.06%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#834590 (or 0x834590) is known color: Vivid Violet. HEX triplet: 83, 45 and 90. RGB value is (131,69,144). Sum of RGB (Red+Green+Blue) = 131+69+144=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #834590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834590 is #7CBA6F. Grayscale: #5F5F5F. Windows color (decimal): -8174192 or 9454979. OLE color: 9454979.

HSL color Cylindrical-coordinate representation of color #834590: hue angle of 289.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834590 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 69 144 -
CMYK 0.09 0.52 0 0.44
HSL 289.6º 0.35% 0.42% -
HSV(B) 289.6º 0.52% 0.56% -
XYZ 16.52 11.1 27.66 -
YUV 96.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 131 69 144 0.09 0.52 0 0.44 289.6 0.35 0.42
Hex 83 45 90 9 34 0 2C 122 23 2A
Octal 203 105 220 11 64 0 54 442 43 52
Binary 10000011 1000101 10010000 1001 110100 0 101100 100100010 100011 101010

Color Harmonies of #834590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834590

Black with #834590

Text Example


Text Example

White with #834590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834590; }

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

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

background-color css

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

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

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

border-color css

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

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

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