Html Css Color HEX #82368D Vivid Violet

📋 copy color: '#82368D'

red 130 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #82368D

Tints of Vivid Violet #82368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 40%
G = 16.62%
B = 43.38%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82368D (or 0x82368D) is known color: Vivid Violet. HEX triplet: 82, 36 and 8D. RGB value is (130,54,141). Sum of RGB (Red+Green+Blue) = 130+54+141=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #82368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82368D is #7DC972. Grayscale: #565656. Windows color (decimal): -8243571 or 9254530. OLE color: 9254530.

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

Color convert

RGB 130 54 141 -
CMYK 0.08 0.62 0 0.45
HSL 292.41º 0.45% 0.38% -
HSV(B) 292.41º 0.62% 0.55% -
XYZ 15.33 9.31 26.19 -
YUV 86.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 130 54 141 0.08 0.62 0 0.45 292.41 0.45 0.38
Hex 82 36 8D 8 3E 0 2D 124 2D 26
Octal 202 66 215 10 76 0 55 444 55 46
Binary 10000010 110110 10001101 1000 111110 0 101101 100100100 101101 100110

Color Harmonies of #82368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82368D

Black with #82368D

Text Example


Text Example

White with #82368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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