Html Css Color HEX #82478B Vivid Violet

📋 copy color: '#82478B'

red 130 ◦ green 71 ◦ blue 139

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

Shades of Vivid Violet #82478B

Tints of Vivid Violet #82478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 38.24%
G = 20.88%
B = 40.88%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82478B (or 0x82478B) is known color: Vivid Violet. HEX triplet: 82, 47 and 8B. RGB value is (130,71,139). Sum of RGB (Red+Green+Blue) = 130+71+139=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #82478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82478B is #7DB874. Grayscale: #606060. Windows color (decimal): -8239221 or 9127810. OLE color: 9127810.

HSL color Cylindrical-coordinate representation of color #82478B: hue angle of 292.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82478B is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 71 139 -
CMYK 0.06 0.49 0 0.45
HSL 292.06º 0.32% 0.41% -
HSV(B) 292.06º 0.49% 0.55% -
XYZ 16.12 11.12 25.72 -
YUV 96.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 130 71 139 0.06 0.49 0 0.45 292.06 0.32 0.41
Hex 82 47 8B 6 31 0 2D 124 20 29
Octal 202 107 213 6 61 0 55 444 40 51
Binary 10000010 1000111 10001011 110 110001 0 101101 100100100 100000 101001

Color Harmonies of #82478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82478B

Black with #82478B

Text Example


Text Example

White with #82478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,71,139); }

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

background-color css

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

 a { background-color: rgb(130,71,139); }

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

border-color css

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

 span { border-color: rgb(130,71,139); }

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