Html Css Color HEX #824594 Vivid Violet

📋 copy color: '#824594'

red 130 ◦ green 69 ◦ blue 148

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

Shades of Vivid Violet #824594

Tints of Vivid Violet #824594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

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

R = 37.46%
G = 19.88%
B = 42.65%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824594 (or 0x824594) is known color: Vivid Violet. HEX triplet: 82, 45 and 94. RGB value is (130,69,148). Sum of RGB (Red+Green+Blue) = 130+69+148=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #824594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824594 is #7DBA6B. Grayscale: #5F5F5F. Windows color (decimal): -8239724 or 9717122. OLE color: 9717122.

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

Color convert

RGB 130 69 148 -
CMYK 0.12 0.53 0 0.42
HSL 286.33º 0.36% 0.43% -
HSV(B) 286.33º 0.53% 0.58% -
XYZ 16.68 11.14 29.29 -
YUV 96.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 130 69 148 0.12 0.53 0 0.42 286.33 0.36 0.43
Hex 82 45 94 C 35 0 2A 11E 24 2B
Octal 202 105 224 14 65 0 52 436 44 53
Binary 10000010 1000101 10010100 1100 110101 0 101010 100011110 100100 101011

Color Harmonies of #824594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824594

Black with #824594

Text Example


Text Example

White with #824594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824594; }

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

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

background-color css

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

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

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

border-color css

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

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

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