Html Css Color HEX #834090 Vivid Violet

📋 copy color: '#834090'

red 131 ◦ green 64 ◦ blue 144

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

Shades of Vivid Violet #834090

Tints of Vivid Violet #834090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 38.64%
G = 18.88%
B = 42.48%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#834090 (or 0x834090) is known color: Vivid Violet. HEX triplet: 83, 40 and 90. RGB value is (131,64,144). Sum of RGB (Red+Green+Blue) = 131+64+144=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #834090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834090 is #7CBF6F. Grayscale: #5C5C5C. Windows color (decimal): -8175472 or 9453699. OLE color: 9453699.

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

Color convert

RGB 131 64 144 -
CMYK 0.09 0.56 0 0.44
HSL 290.25º 0.38% 0.41% -
HSV(B) 290.25º 0.56% 0.56% -
XYZ 16.23 10.51 27.56 -
YUV 93.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 131 64 144 0.09 0.56 0 0.44 290.25 0.38 0.41
Hex 83 40 90 9 38 0 2C 122 26 29
Octal 203 100 220 11 70 0 54 442 46 51
Binary 10000011 1000000 10010000 1001 111000 0 101100 100100010 100110 101001

Color Harmonies of #834090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834090

Black with #834090

Text Example


Text Example

White with #834090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834090; }

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

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

background-color css

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

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

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

border-color css

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

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

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