#823D94

Color #823D94 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #823D94

Tints of Vivid Violet #823D94

Color information

#823D94 (or 0x823D94) is unknown color: approx Vivid Violet. HEX triplet: 82, 3D and 94. RGB value is (130,61,148). Sum of RGB (Red+Green+Blue) = 130+61+148=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #823D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823D94 is #7DC26B. Grayscale: #5B5B5B. Windows color (decimal): -8241772 or 9715074. OLE color: 9715074.

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

Color convert

RGB13061148-
CMYK0.120.5900.42
HSL287.59º41.63%40.98%-
HSV(B)287.59º58.78%58.04%-
XYZ16.2210.2229.14-
YUV91.55159.86155.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=38.35%
G=17.99%
B=43.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130611480.120.5900.42287.5941.6340.98
Hex823D94C3B02A1202a29
Octal2027522414730524405251
Binary100000101111011001010011001110110101010100100000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823D94; }

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

 H1.HeaderClassName
 {
   color: #823D94;
 }
 .AnyTagClassName
 {
   color: #823D94;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #823D94;
 }
 .BgClassName
 {
   background-color: #823D94;
 }
</style>
border-color css

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

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

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