Html Css Color HEX #863582 Vivid Violet

📋 copy color: '#863582'

red 134 ◦ green 53 ◦ blue 130

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

Shades of Vivid Violet #863582

Tints of Vivid Violet #863582

RGB

 RED value IS 134 (52.73% from 255) = 42.27%

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 42.27%
G = 16.72%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#863582 (or 0x863582) is known color: Vivid Violet. HEX triplet: 86, 35 and 82. RGB value is (134,53,130). Sum of RGB (Red+Green+Blue) = 134+53+130=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #863582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863582 is #79CA7D. Grayscale: #555555. Windows color (decimal): -7981694 or 8533382. OLE color: 8533382.

HSL color Cylindrical-coordinate representation of color #863582: hue angle of 302.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863582 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 130 -
CMYK 0 0.60 0.03 0.47
HSL 302.96º 0.43% 0.37% -
HSV(B) 302.96º 0.6% 0.53% -
XYZ 15.13 9.23 22.1 -
YUV 86 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 134 53 130 0 0.60 0.03 0.47 302.96 0.43 0.37
Hex 86 35 82 0 3C 3 2F 12F 2B 25
Octal 206 65 202 0 74 3 57 457 53 45
Binary 10000110 110101 10000010 0 111100 11 101111 100101111 101011 100101

Color Harmonies of #863582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863582

Black with #863582

Text Example


Text Example

White with #863582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863582; }

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

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

background-color css

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

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

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

border-color css

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

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

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