Html Css Color HEX #824893 Vivid Violet

📋 copy color: '#824893'

red 130 ◦ green 72 ◦ blue 147

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

Shades of Vivid Violet #824893

Tints of Vivid Violet #824893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 37.25%
G = 20.63%
B = 42.12%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824893 (or 0x824893) is known color: Vivid Violet. HEX triplet: 82, 48 and 93. RGB value is (130,72,147). Sum of RGB (Red+Green+Blue) = 130+72+147=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #824893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824893 is #7DB76C. Grayscale: #616161. Windows color (decimal): -8238957 or 9652354. OLE color: 9652354.

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

Color convert

RGB 130 72 147 -
CMYK 0.12 0.51 0 0.42
HSL 286.4º 0.34% 0.43% -
HSV(B) 286.4º 0.51% 0.58% -
XYZ 16.79 11.49 28.94 -
YUV 97.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 130 72 147 0.12 0.51 0 0.42 286.4 0.34 0.43
Hex 82 48 93 C 33 0 2A 11E 22 2B
Octal 202 110 223 14 63 0 52 436 42 53
Binary 10000010 1001000 10010011 1100 110011 0 101010 100011110 100010 101011

Color Harmonies of #824893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824893

Black with #824893

Text Example


Text Example

White with #824893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824893; }

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

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

background-color css

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

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

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

border-color css

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

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

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