Html Css Color HEX #823192 Vivid Violet

📋 copy color: '#823192'

red 130 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #823192

Tints of Vivid Violet #823192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 40%
G = 15.08%
B = 44.92%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#823192 (or 0x823192) is known color: Vivid Violet. HEX triplet: 82, 31 and 92. RGB value is (130,49,146). Sum of RGB (Red+Green+Blue) = 130+49+146=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #823192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823192 is #7DCE6D. Grayscale: #535353. Windows color (decimal): -8244846 or 9580930. OLE color: 9580930.

HSL color Cylindrical-coordinate representation of color #823192: hue angle of 290.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823192 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 49 146 -
CMYK 0.11 0.66 0 0.43
HSL 290.1º 0.5% 0.38% -
HSV(B) 290.1º 0.66% 0.57% -
XYZ 15.49 9.02 28.12 -
YUV 84.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 130 49 146 0.11 0.66 0 0.43 290.1 0.5 0.38
Hex 82 31 92 B 42 0 2B 122 32 26
Octal 202 61 222 13 102 0 53 442 62 46
Binary 10000010 110001 10010010 1011 1000010 0 101011 100100010 110010 100110

Color Harmonies of #823192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823192

Black with #823192

Text Example


Text Example

White with #823192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823192; }

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

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

background-color css

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

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

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

border-color css

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

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

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