Html Css Color HEX #863089 Vivid Violet

📋 copy color: '#863089'

red 134 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #863089

Tints of Vivid Violet #863089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 42.01%
G = 15.05%
B = 42.95%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#863089 (or 0x863089) is known color: Vivid Violet. HEX triplet: 86, 30 and 89. RGB value is (134,48,137). Sum of RGB (Red+Green+Blue) = 134+48+137=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #863089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863089 is #79CF76. Grayscale: #535353. Windows color (decimal): -7982967 or 8990854. OLE color: 8990854.

HSL color Cylindrical-coordinate representation of color #863089: hue angle of 297.98º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863089 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 48 137 -
CMYK 0.02 0.65 0 0.46
HSL 297.98º 0.48% 0.36% -
HSV(B) 297.98º 0.65% 0.54% -
XYZ 15.4 8.99 24.59 -
YUV 83.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 134 48 137 0.02 0.65 0 0.46 297.98 0.48 0.36
Hex 86 30 89 2 41 0 2E 12A 30 24
Octal 206 60 211 2 101 0 56 452 60 44
Binary 10000110 110000 10001001 10 1000001 0 101110 100101010 110000 100100

Color Harmonies of #863089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863089

Black with #863089

Text Example


Text Example

White with #863089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863089; }

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

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

background-color css

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

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

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

border-color css

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

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

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