Html Css Color HEX #832B85 Vivid Violet

📋 copy color: '#832B85'

red 131 ◦ green 43 ◦ blue 133

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

Shades of Vivid Violet #832B85

Tints of Vivid Violet #832B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 42.67%
G = 14.01%
B = 43.32%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#832B85 (or 0x832B85) is known color: Vivid Violet. HEX triplet: 83, 2B and 85. RGB value is (131,43,133). Sum of RGB (Red+Green+Blue) = 131+43+133=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #832B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B85 is #7CD47A. Grayscale: #4F4F4F. Windows color (decimal): -8180859 or 8727427. OLE color: 8727427.

HSL color Cylindrical-coordinate representation of color #832B85: hue angle of 298.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832B85 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 43 133 -
CMYK 0.02 0.68 0 0.48
HSL 298.67º 0.51% 0.35% -
HSV(B) 298.67º 0.68% 0.52% -
XYZ 14.46 8.25 23.02 -
YUV 79.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 131 43 133 0.02 0.68 0 0.48 298.67 0.51 0.35
Hex 83 2B 85 2 44 0 30 12B 33 23
Octal 203 53 205 2 104 0 60 453 63 43
Binary 10000011 101011 10000101 10 1000100 0 110000 100101011 110011 100011

Color Harmonies of #832B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832B85

Black with #832B85

Text Example


Text Example

White with #832B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,43,133); }

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

background-color css

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

 a { background-color: rgb(131,43,133); }

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

border-color css

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

 span { border-color: rgb(131,43,133); }

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