Html Css Color HEX #823196 Vivid Violet

📋 copy color: '#823196'

red 130 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #823196

Tints of Vivid Violet #823196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 39.51%
G = 14.89%
B = 45.59%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#823196 (or 0x823196) is known color: Vivid Violet. HEX triplet: 82, 31 and 96. RGB value is (130,49,150). Sum of RGB (Red+Green+Blue) = 130+49+150=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #823196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823196 is #7DCE69. Grayscale: #545454. Windows color (decimal): -8244842 or 9843074. OLE color: 9843074.

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

Color convert

RGB 130 49 150 -
CMYK 0.13 0.67 0 0.41
HSL 288.12º 0.51% 0.39% -
HSV(B) 288.12º 0.67% 0.59% -
XYZ 15.81 9.14 29.79 -
YUV 84.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 130 49 150 0.13 0.67 0 0.41 288.12 0.51 0.39
Hex 82 31 96 D 43 0 29 120 33 27
Octal 202 61 226 15 103 0 51 440 63 47
Binary 10000010 110001 10010110 1101 1000011 0 101001 100100000 110011 100111

Color Harmonies of #823196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823196

Black with #823196

Text Example


Text Example

White with #823196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823196; }

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

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

background-color css

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

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

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

border-color css

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

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

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