Html Css Color HEX #863A89 Vivid Violet

📋 copy color: '#863A89'

red 134 ◦ green 58 ◦ blue 137

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

Shades of Vivid Violet #863A89

Tints of Vivid Violet #863A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 40.73%
G = 17.63%
B = 41.64%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#863A89 (or 0x863A89) is known color: Vivid Violet. HEX triplet: 86, 3A and 89. RGB value is (134,58,137). Sum of RGB (Red+Green+Blue) = 134+58+137=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #863A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A89 is #79C576. Grayscale: #595959. Windows color (decimal): -7980407 or 8993414. OLE color: 8993414.

HSL color Cylindrical-coordinate representation of color #863A89: hue angle of 297.72º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863A89 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 58 137 -
CMYK 0.02 0.58 0 0.46
HSL 297.72º 0.41% 0.38% -
HSV(B) 297.72º 0.58% 0.54% -
XYZ 15.86 9.9 24.74 -
YUV 89.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 134 58 137 0.02 0.58 0 0.46 297.72 0.41 0.38
Hex 86 3A 89 2 3A 0 2E 12A 29 26
Octal 206 72 211 2 72 0 56 452 51 46
Binary 10000110 111010 10001001 10 111010 0 101110 100101010 101001 100110

Color Harmonies of #863A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A89

Black with #863A89

Text Example


Text Example

White with #863A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A89; }

 p { color: rgb(134,58,137); }

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

background-color css

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

 a { background-color: rgb(134,58,137); }

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

border-color css

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

 span { border-color: rgb(134,58,137); }

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