Html Css Color HEX #832690 Vivid Violet

📋 copy color: '#832690'

red 131 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #832690

Tints of Vivid Violet #832690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 41.85%
G = 12.14%
B = 46.01%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#832690 (or 0x832690) is known color: Vivid Violet. HEX triplet: 83, 26 and 90. RGB value is (131,38,144). Sum of RGB (Red+Green+Blue) = 131+38+144=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #832690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832690 is #7CD96F. Grayscale: #4D4D4D. Windows color (decimal): -8182128 or 9447043. OLE color: 9447043.

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

Color convert

RGB 131 38 144 -
CMYK 0.09 0.74 0 0.44
HSL 292.64º 0.58% 0.36% -
HSV(B) 292.64º 0.74% 0.56% -
XYZ 15.09 8.23 27.18 -
YUV 77.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 131 38 144 0.09 0.74 0 0.44 292.64 0.58 0.36
Hex 83 26 90 9 4A 0 2C 125 3A 24
Octal 203 46 220 11 112 0 54 445 72 44
Binary 10000011 100110 10010000 1001 1001010 0 101100 100100101 111010 100100

Color Harmonies of #832690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832690

Black with #832690

Text Example


Text Example

White with #832690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832690; }

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

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

background-color css

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

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

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

border-color css

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

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

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