Html Css Color HEX #82259E Vivid Violet

📋 copy color: '#82259E'

red 130 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #82259E

Tints of Vivid Violet #82259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 40%
G = 11.38%
B = 48.62%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82259E (or 0x82259E) is known color: Vivid Violet. HEX triplet: 82, 25 and 9E. RGB value is (130,37,158). Sum of RGB (Red+Green+Blue) = 130+37+158=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #82259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259E is #7DDA61. Grayscale: #4E4E4E. Windows color (decimal): -8247906 or 10364290. OLE color: 10364290.

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

Color convert

RGB 130 37 158 -
CMYK 0.18 0.77 0 0.38
HSL 286.12º 0.62% 0.38% -
HSV(B) 286.12º 0.77% 0.62% -
XYZ 16.04 8.54 33.15 -
YUV 78.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 130 37 158 0.18 0.77 0 0.38 286.12 0.62 0.38
Hex 82 25 9E 12 4D 0 26 11E 3E 26
Octal 202 45 236 22 115 0 46 436 76 46
Binary 10000010 100101 10011110 10010 1001101 0 100110 100011110 111110 100110

Color Harmonies of #82259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82259E

Black with #82259E

Text Example


Text Example

White with #82259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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