Html Css Color HEX #823294 Vivid Violet

📋 copy color: '#823294'

red 130 ◦ green 50 ◦ blue 148

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

Shades of Vivid Violet #823294

Tints of Vivid Violet #823294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 39.63%
G = 15.24%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#823294 (or 0x823294) is known color: Vivid Violet. HEX triplet: 82, 32 and 94. RGB value is (130,50,148). Sum of RGB (Red+Green+Blue) = 130+50+148=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #823294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823294 is #7DCD6B. Grayscale: #545454. Windows color (decimal): -8244588 or 9712258. OLE color: 9712258.

HSL color Cylindrical-coordinate representation of color #823294: hue angle of 288.98º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823294 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 50 148 -
CMYK 0.12 0.66 0 0.42
HSL 288.98º 0.49% 0.39% -
HSV(B) 288.98º 0.66% 0.58% -
XYZ 15.69 9.17 28.96 -
YUV 85.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 130 50 148 0.12 0.66 0 0.42 288.98 0.49 0.39
Hex 82 32 94 C 42 0 2A 121 31 27
Octal 202 62 224 14 102 0 52 441 61 47
Binary 10000010 110010 10010100 1100 1000010 0 101010 100100001 110001 100111

Color Harmonies of #823294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823294

Black with #823294

Text Example


Text Example

White with #823294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823294; }

 p { color: rgb(130,50,148); }

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

background-color css

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

 a { background-color: rgb(130,50,148); }

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

border-color css

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

 span { border-color: rgb(130,50,148); }

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