Html Css Color HEX #82249F Vivid Violet

📋 copy color: '#82249F'

red 130 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #82249F

Tints of Vivid Violet #82249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 40%
G = 11.08%
B = 48.92%

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

#82249F (or 0x82249F) is known color: Vivid Violet. HEX triplet: 82, 24 and 9F. RGB value is (130,36,159). Sum of RGB (Red+Green+Blue) = 130+36+159=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #82249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82249F is #7DDB60. Grayscale: #4D4D4D. Windows color (decimal): -8248161 or 10429570. OLE color: 10429570.

HSL color Cylindrical-coordinate representation of color #82249F: hue angle of 285.85º degrees, saturation: 0.63, 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 #82249F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 36 159 -
CMYK 0.18 0.77 0 0.38
HSL 285.85º 0.63% 0.38% -
HSV(B) 285.85º 0.77% 0.62% -
XYZ 16.09 8.51 33.6 -
YUV 78.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 130 36 159 0.18 0.77 0 0.38 285.85 0.63 0.38
Hex 82 24 9F 12 4D 0 26 11E 3F 26
Octal 202 44 237 22 115 0 46 436 77 46
Binary 10000010 100100 10011111 10010 1001101 0 100110 100011110 111111 100110

Color Harmonies of #82249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82249F

Black with #82249F

Text Example


Text Example

White with #82249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82249F; }

 p { color: rgb(130,36,159); }

 H1.HeaderClassName
 {
   color: #82249F;
 }
 .AnyTagClassName
 {
   color: #82249F;
 }
</style>

background-color css

<style>
 a { background-color: #82249F; }

 a { background-color: rgb(130,36,159); }

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

border-color css

<style>
 span { border-color: #82249F; }

 span { border-color: rgb(130,36,159); }

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