Html Css Color HEX #832F9B Vivid Violet

📋 copy color: '#832F9B'

red 131 ◦ green 47 ◦ blue 155

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

Shades of Vivid Violet #832F9B

Tints of Vivid Violet #832F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 39.34%
G = 14.11%
B = 46.55%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#832F9B (or 0x832F9B) is known color: Vivid Violet. HEX triplet: 83, 2F and 9B. RGB value is (131,47,155). Sum of RGB (Red+Green+Blue) = 131+47+155=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #832F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832F9B is #7CD064. Grayscale: #545454. Windows color (decimal): -8179813 or 10170243. OLE color: 10170243.

HSL color Cylindrical-coordinate representation of color #832F9B: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832F9B is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 47 155 -
CMYK 0.15 0.70 0 0.39
HSL 286.67º 0.53% 0.4% -
HSV(B) 286.67º 0.7% 0.61% -
XYZ 16.29 9.22 31.93 -
YUV 84.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 131 47 155 0.15 0.70 0 0.39 286.67 0.53 0.4
Hex 83 2F 9B F 46 0 27 11F 35 28
Octal 203 57 233 17 106 0 47 437 65 50
Binary 10000011 101111 10011011 1111 1000110 0 100111 100011111 110101 101000

Color Harmonies of #832F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F9B

Black with #832F9B

Text Example


Text Example

White with #832F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832F9B; }

 p { color: rgb(131,47,155); }

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

background-color css

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

 a { background-color: rgb(131,47,155); }

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

border-color css

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

 span { border-color: rgb(131,47,155); }

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