Html Css Color HEX #82369A Vivid Violet

📋 copy color: '#82369A'

red 130 ◦ green 54 ◦ blue 154

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

Shades of Vivid Violet #82369A

Tints of Vivid Violet #82369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 38.46%
G = 15.98%
B = 45.56%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82369A (or 0x82369A) is known color: Vivid Violet. HEX triplet: 82, 36 and 9A. RGB value is (130,54,154). Sum of RGB (Red+Green+Blue) = 130+54+154=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #82369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82369A is #7DC965. Grayscale: #575757. Windows color (decimal): -8243558 or 10106498. OLE color: 10106498.

HSL color Cylindrical-coordinate representation of color #82369A: hue angle of 285.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82369A is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 54 154 -
CMYK 0.16 0.65 0 0.40
HSL 285.6º 0.48% 0.41% -
HSV(B) 285.6º 0.65% 0.6% -
XYZ 16.36 9.72 31.59 -
YUV 88.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 130 54 154 0.16 0.65 0 0.40 285.6 0.48 0.41
Hex 82 36 9A 10 41 0 28 11E 30 29
Octal 202 66 232 20 101 0 50 436 60 51
Binary 10000010 110110 10011010 10000 1000001 0 101000 100011110 110000 101001

Color Harmonies of #82369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82369A

Black with #82369A

Text Example


Text Example

White with #82369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82369A; }

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

 H1.HeaderClassName
 {
   color: #82369A;
 }
 .AnyTagClassName
 {
   color: #82369A;
 }
</style>

background-color css

<style>
 a { background-color: #82369A; }

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

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

border-color css

<style>
 span { border-color: #82369A; }

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

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