Html Css Color HEX #82448D Vivid Violet

📋 copy color: '#82448D'

red 130 ◦ green 68 ◦ blue 141

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

Shades of Vivid Violet #82448D

Tints of Vivid Violet #82448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 38.35%
G = 20.06%
B = 41.59%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82448D (or 0x82448D) is known color: Vivid Violet. HEX triplet: 82, 44 and 8D. RGB value is (130,68,141). Sum of RGB (Red+Green+Blue) = 130+68+141=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #82448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82448D is #7DBB72. Grayscale: #5E5E5E. Windows color (decimal): -8239987 or 9258114. OLE color: 9258114.

HSL color Cylindrical-coordinate representation of color #82448D: hue angle of 290.96º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82448D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 68 141 -
CMYK 0.08 0.52 0 0.45
HSL 290.96º 0.35% 0.41% -
HSV(B) 290.96º 0.52% 0.55% -
XYZ 16.08 10.8 26.44 -
YUV 94.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 130 68 141 0.08 0.52 0 0.45 290.96 0.35 0.41
Hex 82 44 8D 8 34 0 2D 123 23 29
Octal 202 104 215 10 64 0 55 443 43 51
Binary 10000010 1000100 10001101 1000 110100 0 101101 100100011 100011 101001

Color Harmonies of #82448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82448D

Black with #82448D

Text Example


Text Example

White with #82448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82448D; }

 p { color: rgb(130,68,141); }

 H1.HeaderClassName
 {
   color: #82448D;
 }
 .AnyTagClassName
 {
   color: #82448D;
 }
</style>

background-color css

<style>
 a { background-color: #82448D; }

 a { background-color: rgb(130,68,141); }

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

border-color css

<style>
 span { border-color: #82448D; }

 span { border-color: rgb(130,68,141); }

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