#823F94

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

Shades of Vivid Violet #823F94

Tints of Vivid Violet #823F94

Color information

#823F94 (or 0x823F94) is unknown color: approx Vivid Violet. HEX triplet: 82, 3F and 94. RGB value is (130,63,148). Sum of RGB (Red+Green+Blue) = 130+63+148=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #823F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823F94 is #7DC06B. Grayscale: #5C5C5C. Windows color (decimal): -8241260 or 9715586. OLE color: 9715586.

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

Color convert

RGB13063148-
CMYK0.120.5700.42
HSL287.29º40.28%41.37%-
HSV(B)287.29º57.43%58.04%-
XYZ16.3310.4429.17-
YUV92.72159.2154.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=38.12%
G=18.48%
B=43.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130631480.120.5700.42287.2940.2841.37
Hex823F94C3902A11f2829
Octal2027722414710524375051
Binary100000101111111001010011001110010101010100011111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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