Html Css Color HEX #823496 Vivid Violet

📋 copy color: '#823496'

red 130 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #823496

Tints of Vivid Violet #823496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 39.16%
G = 15.66%
B = 45.18%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#823496 (or 0x823496) is known color: Vivid Violet. HEX triplet: 82, 34 and 96. RGB value is (130,52,150). Sum of RGB (Red+Green+Blue) = 130+52+150=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #823496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823496 is #7DCB69. Grayscale: #565656. Windows color (decimal): -8244074 or 9843842. OLE color: 9843842.

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

Color convert

RGB 130 52 150 -
CMYK 0.13 0.65 0 0.41
HSL 287.76º 0.49% 0.4% -
HSV(B) 287.76º 0.65% 0.59% -
XYZ 15.94 9.4 29.83 -
YUV 86.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 130 52 150 0.13 0.65 0 0.41 287.76 0.49 0.4
Hex 82 34 96 D 41 0 29 120 31 28
Octal 202 64 226 15 101 0 51 440 61 50
Binary 10000010 110100 10010110 1101 1000001 0 101001 100100000 110001 101000

Color Harmonies of #823496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823496

Black with #823496

Text Example


Text Example

White with #823496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823496; }

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

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

background-color css

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

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

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

border-color css

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

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

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