Html Css Color HEX #82259C Vivid Violet

📋 copy color: '#82259C'

red 130 ◦ green 37 ◦ blue 156

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

Shades of Vivid Violet #82259C

Tints of Vivid Violet #82259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 40.25%
G = 11.46%
B = 48.3%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82259C (or 0x82259C) is known color: Vivid Violet. HEX triplet: 82, 25 and 9C. RGB value is (130,37,156). Sum of RGB (Red+Green+Blue) = 130+37+156=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #82259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259C is #7DDA63. Grayscale: #4D4D4D. Windows color (decimal): -8247908 or 10233218. OLE color: 10233218.

HSL color Cylindrical-coordinate representation of color #82259C: hue angle of 286.89º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82259C is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 37 156 -
CMYK 0.17 0.76 0 0.39
HSL 286.89º 0.62% 0.38% -
HSV(B) 286.89º 0.76% 0.61% -
XYZ 15.87 8.47 32.25 -
YUV 78.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 130 37 156 0.17 0.76 0 0.39 286.89 0.62 0.38
Hex 82 25 9C 11 4C 0 27 11F 3E 26
Octal 202 45 234 21 114 0 47 437 76 46
Binary 10000010 100101 10011100 10001 1001100 0 100111 100011111 111110 100110

Color Harmonies of #82259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82259C

Black with #82259C

Text Example


Text Example

White with #82259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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