Html Css Color HEX #82259A Vivid Violet

📋 copy color: '#82259A'

red 130 ◦ green 37 ◦ blue 154

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

Shades of Vivid Violet #82259A

Tints of Vivid Violet #82259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 40.5%
G = 11.53%
B = 47.98%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82259A (or 0x82259A) is known color: Vivid Violet. HEX triplet: 82, 25 and 9A. RGB value is (130,37,154). Sum of RGB (Red+Green+Blue) = 130+37+154=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #82259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259A is #7DDA65. Grayscale: #4D4D4D. Windows color (decimal): -8247910 or 10102146. OLE color: 10102146.

HSL color Cylindrical-coordinate representation of color #82259A: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82259A is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 37 154 -
CMYK 0.16 0.76 0 0.40
HSL 287.69º 0.61% 0.37% -
HSV(B) 287.69º 0.76% 0.6% -
XYZ 15.7 8.4 31.37 -
YUV 78.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 130 37 154 0.16 0.76 0 0.40 287.69 0.61 0.37
Hex 82 25 9A 10 4C 0 28 120 3D 25
Octal 202 45 232 20 114 0 50 440 75 45
Binary 10000010 100101 10011010 10000 1001100 0 101000 100100000 111101 100101

Color Harmonies of #82259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82259A

Black with #82259A

Text Example


Text Example

White with #82259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,37,154); }

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

background-color css

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

 a { background-color: rgb(130,37,154); }

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

border-color css

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

 span { border-color: rgb(130,37,154); }

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