Html Css Color HEX #824394 Vivid Violet

📋 copy color: '#824394'

red 130 ◦ green 67 ◦ blue 148

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

Shades of Vivid Violet #824394

Tints of Vivid Violet #824394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

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

R = 37.68%
G = 19.42%
B = 42.9%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824394 (or 0x824394) is known color: Vivid Violet. HEX triplet: 82, 43 and 94. RGB value is (130,67,148). Sum of RGB (Red+Green+Blue) = 130+67+148=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #824394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824394 is #7DBC6B. Grayscale: #5E5E5E. Windows color (decimal): -8240236 or 9716610. OLE color: 9716610.

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

Color convert

RGB 130 67 148 -
CMYK 0.12 0.55 0 0.42
HSL 286.67º 0.38% 0.42% -
HSV(B) 286.67º 0.55% 0.58% -
XYZ 16.56 10.9 29.25 -
YUV 95.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 130 67 148 0.12 0.55 0 0.42 286.67 0.38 0.42
Hex 82 43 94 C 37 0 2A 11F 26 2A
Octal 202 103 224 14 67 0 52 437 46 52
Binary 10000010 1000011 10010100 1100 110111 0 101010 100011111 100110 101010

Color Harmonies of #824394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824394

Black with #824394

Text Example


Text Example

White with #824394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824394; }

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

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

background-color css

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

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

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

border-color css

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

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

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