Html Css Color HEX #824386 Vivid Violet

📋 copy color: '#824386'

red 130 ◦ green 67 ◦ blue 134

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

Shades of Vivid Violet #824386

Tints of Vivid Violet #824386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 39.27%
G = 20.24%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824386 (or 0x824386) is known color: Vivid Violet. HEX triplet: 82, 43 and 86. RGB value is (130,67,134). Sum of RGB (Red+Green+Blue) = 130+67+134=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #824386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824386 is #7DBC79. Grayscale: #5D5D5D. Windows color (decimal): -8240250 or 8799106. OLE color: 8799106.

HSL color Cylindrical-coordinate representation of color #824386: hue angle of 296.42º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824386 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 67 134 -
CMYK 0.03 0.5 0 0.47
HSL 296.42º 0.33% 0.39% -
HSV(B) 296.42º 0.5% 0.53% -
XYZ 15.52 10.48 23.76 -
YUV 93.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 130 67 134 0.03 0.5 0 0.47 296.42 0.33 0.39
Hex 82 43 86 3 32 0 2F 128 21 27
Octal 202 103 206 3 62 0 57 450 41 47
Binary 10000010 1000011 10000110 11 110010 0 101111 100101000 100001 100111

Color Harmonies of #824386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824386

Black with #824386

Text Example


Text Example

White with #824386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824386; }

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

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

background-color css

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

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

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

border-color css

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

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

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