Html Css Color HEX #824592 Vivid Violet

📋 copy color: '#824592'

red 130 ◦ green 69 ◦ blue 146

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

Shades of Vivid Violet #824592

Tints of Vivid Violet #824592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 37.68%
G = 20%
B = 42.32%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#824592 (or 0x824592) is known color: Vivid Violet. HEX triplet: 82, 45 and 92. RGB value is (130,69,146). Sum of RGB (Red+Green+Blue) = 130+69+146=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #824592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824592 is #7DBA6D. Grayscale: #5F5F5F. Windows color (decimal): -8239726 or 9586050. OLE color: 9586050.

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

Color convert

RGB 130 69 146 -
CMYK 0.11 0.53 0 0.43
HSL 287.53º 0.36% 0.42% -
HSV(B) 287.53º 0.53% 0.57% -
XYZ 16.52 11.08 28.46 -
YUV 96.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 130 69 146 0.11 0.53 0 0.43 287.53 0.36 0.42
Hex 82 45 92 B 35 0 2B 120 24 2A
Octal 202 105 222 13 65 0 53 440 44 52
Binary 10000010 1000101 10010010 1011 110101 0 101011 100100000 100100 101010

Color Harmonies of #824592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824592

Black with #824592

Text Example


Text Example

White with #824592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824592; }

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

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

background-color css

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

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

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

border-color css

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

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

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