#824A94

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

Shades of Vivid Violet #824A94

Tints of Vivid Violet #824A94

Color information

#824A94 (or 0x824A94) is unknown color: approx Vivid Violet. HEX triplet: 82, 4A and 94. RGB value is (130,74,148). Sum of RGB (Red+Green+Blue) = 130+74+148=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #824A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A94 is #7DB56B. Grayscale: #626262. Windows color (decimal): -8238444 or 9718402. OLE color: 9718402.

HSL color Cylindrical-coordinate representation of color #824A94: hue angle of 285.41º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824A94 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13074148-
CMYK0.120.5000.42
HSL285.41º33.33%43.53%-
HSV(B)285.41º50%58.04%-
XYZ1711.7829.4-
YUV99.18155.55149.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=36.93%
G=21.02%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130741480.120.5000.42285.4133.3343.53
Hex824A94C3202A11d212c
Octal20211222414620524354154
Binary1000001010010101001010011001100100101010100011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824A94; }

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

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

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

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

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

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

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

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