Html Css Color HEX #824395 Vivid Violet

📋 copy color: '#824395'

red 130 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #824395

Tints of Vivid Violet #824395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 37.57%
G = 19.36%
B = 43.06%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824395 (or 0x824395) is known color: Vivid Violet. HEX triplet: 82, 43 and 95. RGB value is (130,67,149). Sum of RGB (Red+Green+Blue) = 130+67+149=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #824395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824395 is #7DBC6A. Grayscale: #5E5E5E. Windows color (decimal): -8240235 or 9782146. OLE color: 9782146.

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

Color convert

RGB 130 67 149 -
CMYK 0.13 0.55 0 0.42
HSL 286.1º 0.38% 0.42% -
HSV(B) 286.1º 0.55% 0.58% -
XYZ 16.64 10.93 29.67 -
YUV 95.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 130 67 149 0.13 0.55 0 0.42 286.1 0.38 0.42
Hex 82 43 95 D 37 0 2A 11E 26 2A
Octal 202 103 225 15 67 0 52 436 46 52
Binary 10000010 1000011 10010101 1101 110111 0 101010 100011110 100110 101010

Color Harmonies of #824395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824395

Black with #824395

Text Example


Text Example

White with #824395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824395; }

 p { color: rgb(130,67,149); }

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

background-color css

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

 a { background-color: rgb(130,67,149); }

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

border-color css

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

 span { border-color: rgb(130,67,149); }

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