Html Css Color HEX #824793 Vivid Violet

📋 copy color: '#824793'

red 130 ◦ green 71 ◦ blue 147

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

Shades of Vivid Violet #824793

Tints of Vivid Violet #824793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 37.36%
G = 20.4%
B = 42.24%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824793 (or 0x824793) is known color: Vivid Violet. HEX triplet: 82, 47 and 93. RGB value is (130,71,147). Sum of RGB (Red+Green+Blue) = 130+71+147=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #824793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824793 is #7DB86C. Grayscale: #616161. Windows color (decimal): -8239213 or 9652098. OLE color: 9652098.

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

Color convert

RGB 130 71 147 -
CMYK 0.12 0.52 0 0.42
HSL 286.58º 0.35% 0.43% -
HSV(B) 286.58º 0.52% 0.58% -
XYZ 16.73 11.36 28.91 -
YUV 97.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 130 71 147 0.12 0.52 0 0.42 286.58 0.35 0.43
Hex 82 47 93 C 34 0 2A 11F 23 2B
Octal 202 107 223 14 64 0 52 437 43 53
Binary 10000010 1000111 10010011 1100 110100 0 101010 100011111 100011 101011

Color Harmonies of #824793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824793

Black with #824793

Text Example


Text Example

White with #824793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824793; }

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

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

background-color css

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

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

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

border-color css

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

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

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