Html Css Color HEX #824293 Vivid Violet

📋 copy color: '#824293'

red 130 ◦ green 66 ◦ blue 147

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

Shades of Vivid Violet #824293

Tints of Vivid Violet #824293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 37.9%
G = 19.24%
B = 42.86%

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

#824293 (or 0x824293) is known color: Vivid Violet. HEX triplet: 82, 42 and 93. RGB value is (130,66,147). Sum of RGB (Red+Green+Blue) = 130+66+147=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #824293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824293 is #7DBD6C. Grayscale: #5E5E5E. Windows color (decimal): -8240493 or 9650818. OLE color: 9650818.

HSL color Cylindrical-coordinate representation of color #824293: hue angle of 287.41º 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 #824293 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 66 147 -
CMYK 0.12 0.55 0 0.42
HSL 287.41º 0.38% 0.42% -
HSV(B) 287.41º 0.55% 0.58% -
XYZ 16.42 10.75 28.81 -
YUV 94.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 130 66 147 0.12 0.55 0 0.42 287.41 0.38 0.42
Hex 82 42 93 C 37 0 2A 11F 26 2A
Octal 202 102 223 14 67 0 52 437 46 52
Binary 10000010 1000010 10010011 1100 110111 0 101010 100011111 100110 101010

Color Harmonies of #824293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824293

Black with #824293

Text Example


Text Example

White with #824293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824293; }

 p { color: rgb(130,66,147); }

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

background-color css

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

 a { background-color: rgb(130,66,147); }

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

border-color css

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

 span { border-color: rgb(130,66,147); }

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