Html Css Color HEX #82398B Vivid Violet

📋 copy color: '#82398B'

red 130 ◦ green 57 ◦ blue 139

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

Shades of Vivid Violet #82398B

Tints of Vivid Violet #82398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 39.88%
G = 17.48%
B = 42.64%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82398B (or 0x82398B) is known color: Vivid Violet. HEX triplet: 82, 39 and 8B. RGB value is (130,57,139). Sum of RGB (Red+Green+Blue) = 130+57+139=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #82398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82398B is #7DC674. Grayscale: #575757. Windows color (decimal): -8242805 or 9124226. OLE color: 9124226.

HSL color Cylindrical-coordinate representation of color #82398B: hue angle of 293.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82398B is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 57 139 -
CMYK 0.06 0.59 0 0.45
HSL 293.41º 0.42% 0.38% -
HSV(B) 293.41º 0.59% 0.55% -
XYZ 15.33 9.54 25.46 -
YUV 88.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 130 57 139 0.06 0.59 0 0.45 293.41 0.42 0.38
Hex 82 39 8B 6 3B 0 2D 125 2A 26
Octal 202 71 213 6 73 0 55 445 52 46
Binary 10000010 111001 10001011 110 111011 0 101101 100100101 101010 100110

Color Harmonies of #82398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82398B

Black with #82398B

Text Example


Text Example

White with #82398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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