Html Css Color HEX #82469C Vivid Violet

📋 copy color: '#82469C'

red 130 ◦ green 70 ◦ blue 156

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

Shades of Vivid Violet #82469C

Tints of Vivid Violet #82469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 36.52%
G = 19.66%
B = 43.82%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82469C (or 0x82469C) is known color: Vivid Violet. HEX triplet: 82, 46 and 9C. RGB value is (130,70,156). Sum of RGB (Red+Green+Blue) = 130+70+156=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #82469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82469C is #7DB963. Grayscale: #616161. Windows color (decimal): -8239460 or 10241666. OLE color: 10241666.

HSL color Cylindrical-coordinate representation of color #82469C: hue angle of 281.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82469C is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 70 156 -
CMYK 0.17 0.55 0 0.39
HSL 281.86º 0.38% 0.44% -
HSV(B) 281.86º 0.55% 0.61% -
XYZ 17.4 11.53 32.76 -
YUV 97.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 130 70 156 0.17 0.55 0 0.39 281.86 0.38 0.44
Hex 82 46 9C 11 37 0 27 11A 26 2C
Octal 202 106 234 21 67 0 47 432 46 54
Binary 10000010 1000110 10011100 10001 110111 0 100111 100011010 100110 101100

Color Harmonies of #82469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82469C

Black with #82469C

Text Example


Text Example

White with #82469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,70,156); }

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

background-color css

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

 a { background-color: rgb(130,70,156); }

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

border-color css

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

 span { border-color: rgb(130,70,156); }

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