Html Css Color HEX #82318C Vivid Violet

📋 copy color: '#82318C'

red 130 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #82318C

Tints of Vivid Violet #82318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 40.75%
G = 15.36%
B = 43.89%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82318C (or 0x82318C) is known color: Vivid Violet. HEX triplet: 82, 31 and 8C. RGB value is (130,49,140). Sum of RGB (Red+Green+Blue) = 130+49+140=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #82318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82318C is #7DCE73. Grayscale: #535353. Windows color (decimal): -8244852 or 9187714. OLE color: 9187714.

HSL color Cylindrical-coordinate representation of color #82318C: hue angle of 293.41º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82318C is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 49 140 -
CMYK 0.07 0.65 0 0.45
HSL 293.41º 0.48% 0.37% -
HSV(B) 293.41º 0.65% 0.55% -
XYZ 15.04 8.84 25.72 -
YUV 83.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 130 49 140 0.07 0.65 0 0.45 293.41 0.48 0.37
Hex 82 31 8C 7 41 0 2D 125 30 25
Octal 202 61 214 7 101 0 55 445 60 45
Binary 10000010 110001 10001100 111 1000001 0 101101 100100101 110000 100101

Color Harmonies of #82318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82318C

Black with #82318C

Text Example


Text Example

White with #82318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82318C; }

 p { color: rgb(130,49,140); }

 H1.HeaderClassName
 {
   color: #82318C;
 }
 .AnyTagClassName
 {
   color: #82318C;
 }
</style>

background-color css

<style>
 a { background-color: #82318C; }

 a { background-color: rgb(130,49,140); }

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

border-color css

<style>
 span { border-color: #82318C; }

 span { border-color: rgb(130,49,140); }

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