Html Css Color HEX #863990 Vivid Violet

📋 copy color: '#863990'

red 134 ◦ green 57 ◦ blue 144

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

Shades of Vivid Violet #863990

Tints of Vivid Violet #863990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 40%
G = 17.01%
B = 42.99%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863990 (or 0x863990) is known color: Vivid Violet. HEX triplet: 86, 39 and 90. RGB value is (134,57,144). Sum of RGB (Red+Green+Blue) = 134+57+144=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #863990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863990 is #79C66F. Grayscale: #595959. Windows color (decimal): -7980656 or 9451910. OLE color: 9451910.

HSL color Cylindrical-coordinate representation of color #863990: hue angle of 293.1º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863990 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 57 144 -
CMYK 0.07 0.60 0 0.44
HSL 293.1º 0.43% 0.39% -
HSV(B) 293.1º 0.6% 0.56% -
XYZ 16.33 10.01 27.46 -
YUV 89.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 134 57 144 0.07 0.60 0 0.44 293.1 0.43 0.39
Hex 86 39 90 7 3C 0 2C 125 2B 27
Octal 206 71 220 7 74 0 54 445 53 47
Binary 10000110 111001 10010000 111 111100 0 101100 100100101 101011 100111

Color Harmonies of #863990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863990

Black with #863990

Text Example


Text Example

White with #863990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863990; }

 p { color: rgb(134,57,144); }

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

background-color css

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

 a { background-color: rgb(134,57,144); }

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

border-color css

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

 span { border-color: rgb(134,57,144); }

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