Html Css Color HEX #82488A Vivid Violet

📋 copy color: '#82488A'

red 130 ◦ green 72 ◦ blue 138

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

Shades of Vivid Violet #82488A

Tints of Vivid Violet #82488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 38.24%
G = 21.18%
B = 40.59%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82488A (or 0x82488A) is known color: Vivid Violet. HEX triplet: 82, 48 and 8A. RGB value is (130,72,138). Sum of RGB (Red+Green+Blue) = 130+72+138=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #82488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82488A is #7DB775. Grayscale: #606060. Windows color (decimal): -8238966 or 9062530. OLE color: 9062530.

HSL color Cylindrical-coordinate representation of color #82488A: hue angle of 292.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82488A is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 72 138 -
CMYK 0.06 0.48 0 0.46
HSL 292.73º 0.31% 0.41% -
HSV(B) 292.73º 0.48% 0.54% -
XYZ 16.11 11.22 25.36 -
YUV 96.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 130 72 138 0.06 0.48 0 0.46 292.73 0.31 0.41
Hex 82 48 8A 6 30 0 2E 125 1F 29
Octal 202 110 212 6 60 0 56 445 37 51
Binary 10000010 1001000 10001010 110 110000 0 101110 100100101 11111 101001

Color Harmonies of #82488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82488A

Black with #82488A

Text Example


Text Example

White with #82488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82488A; }

 p { color: rgb(130,72,138); }

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

background-color css

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

 a { background-color: rgb(130,72,138); }

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

border-color css

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

 span { border-color: rgb(130,72,138); }

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