Html Css Color HEX #82359B Vivid Violet

📋 copy color: '#82359B'

red 130 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #82359B

Tints of Vivid Violet #82359B

RGB

 RED value IS 130 (51.17% from 255) = 38.46%

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 38.46%
G = 15.68%
B = 45.86%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82359B (or 0x82359B) is known color: Vivid Violet. HEX triplet: 82, 35 and 9B. RGB value is (130,53,155). Sum of RGB (Red+Green+Blue) = 130+53+155=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #82359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82359B is #7DCA64. Grayscale: #575757. Windows color (decimal): -8243813 or 10171778. OLE color: 10171778.

HSL color Cylindrical-coordinate representation of color #82359B: hue angle of 285.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82359B is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 53 155 -
CMYK 0.16 0.66 0 0.39
HSL 285.29º 0.49% 0.41% -
HSV(B) 285.29º 0.66% 0.61% -
XYZ 16.4 9.66 32.01 -
YUV 87.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 130 53 155 0.16 0.66 0 0.39 285.29 0.49 0.41
Hex 82 35 9B 10 42 0 27 11D 31 29
Octal 202 65 233 20 102 0 47 435 61 51
Binary 10000010 110101 10011011 10000 1000010 0 100111 100011101 110001 101001

Color Harmonies of #82359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82359B

Black with #82359B

Text Example


Text Example

White with #82359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82359B; }

 p { color: rgb(130,53,155); }

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

background-color css

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

 a { background-color: rgb(130,53,155); }

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

border-color css

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

 span { border-color: rgb(130,53,155); }

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