Html Css Color HEX #823197 Vivid Violet

📋 copy color: '#823197'

red 130 ◦ green 49 ◦ blue 151

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

Shades of Vivid Violet #823197

Tints of Vivid Violet #823197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 39.39%
G = 14.85%
B = 45.76%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#823197 (or 0x823197) is known color: Vivid Violet. HEX triplet: 82, 31 and 97. RGB value is (130,49,151). Sum of RGB (Red+Green+Blue) = 130+49+151=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #823197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823197 is #7DCE68. Grayscale: #545454. Windows color (decimal): -8244841 or 9908610. OLE color: 9908610.

HSL color Cylindrical-coordinate representation of color #823197: hue angle of 287.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823197 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 49 151 -
CMYK 0.14 0.68 0 0.41
HSL 287.65º 0.51% 0.39% -
HSV(B) 287.65º 0.68% 0.59% -
XYZ 15.89 9.18 30.21 -
YUV 84.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 130 49 151 0.14 0.68 0 0.41 287.65 0.51 0.39
Hex 82 31 97 E 44 0 29 120 33 27
Octal 202 61 227 16 104 0 51 440 63 47
Binary 10000010 110001 10010111 1110 1000100 0 101001 100100000 110011 100111

Color Harmonies of #823197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823197

Black with #823197

Text Example


Text Example

White with #823197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823197; }

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

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

background-color css

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

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

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

border-color css

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

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

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