Html Css Color HEX #82398D Vivid Violet

📋 copy color: '#82398D'

red 130 ◦ green 57 ◦ blue 141

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

Shades of Vivid Violet #82398D

Tints of Vivid Violet #82398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 39.63%
G = 17.38%
B = 42.99%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82398D (or 0x82398D) is known color: Vivid Violet. HEX triplet: 82, 39 and 8D. RGB value is (130,57,141). Sum of RGB (Red+Green+Blue) = 130+57+141=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #82398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82398D is #7DC672. Grayscale: #585858. Windows color (decimal): -8242803 or 9255298. OLE color: 9255298.

HSL color Cylindrical-coordinate representation of color #82398D: hue angle of 292.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82398D is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 57 141 -
CMYK 0.08 0.60 0 0.45
HSL 292.14º 0.42% 0.39% -
HSV(B) 292.14º 0.6% 0.55% -
XYZ 15.48 9.6 26.24 -
YUV 88.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 130 57 141 0.08 0.60 0 0.45 292.14 0.42 0.39
Hex 82 39 8D 8 3C 0 2D 124 2A 27
Octal 202 71 215 10 74 0 55 444 52 47
Binary 10000010 111001 10001101 1000 111100 0 101101 100100100 101010 100111

Color Harmonies of #82398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82398D

Black with #82398D

Text Example


Text Example

White with #82398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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