Html Css Color HEX #82438D Vivid Violet

📋 copy color: '#82438D'

red 130 ◦ green 67 ◦ blue 141

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

Shades of Vivid Violet #82438D

Tints of Vivid Violet #82438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 38.46%
G = 19.82%
B = 41.72%

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

#82438D (or 0x82438D) is known color: Vivid Violet. HEX triplet: 82, 43 and 8D. RGB value is (130,67,141). Sum of RGB (Red+Green+Blue) = 130+67+141=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #82438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82438D is #7DBC72. Grayscale: #5E5E5E. Windows color (decimal): -8240243 or 9257858. OLE color: 9257858.

HSL color Cylindrical-coordinate representation of color #82438D: hue angle of 291.08º degrees, saturation: 0.36, 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 #82438D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 67 141 -
CMYK 0.08 0.52 0 0.45
HSL 291.08º 0.36% 0.41% -
HSV(B) 291.08º 0.52% 0.55% -
XYZ 16.02 10.68 26.42 -
YUV 94.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 130 67 141 0.08 0.52 0 0.45 291.08 0.36 0.41
Hex 82 43 8D 8 34 0 2D 123 24 29
Octal 202 103 215 10 64 0 55 443 44 51
Binary 10000010 1000011 10001101 1000 110100 0 101101 100100011 100100 101001

Color Harmonies of #82438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82438D

Black with #82438D

Text Example


Text Example

White with #82438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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