Html Css Color HEX #863E90 Vivid Violet

📋 copy color: '#863E90'

red 134 ◦ green 62 ◦ blue 144

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

Shades of Vivid Violet #863E90

Tints of Vivid Violet #863E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 39.41%
G = 18.24%
B = 42.35%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863E90 (or 0x863E90) is known color: Vivid Violet. HEX triplet: 86, 3E and 90. RGB value is (134,62,144). Sum of RGB (Red+Green+Blue) = 134+62+144=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #863E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E90 is #79C16F. Grayscale: #5C5C5C. Windows color (decimal): -7979376 or 9453190. OLE color: 9453190.

HSL color Cylindrical-coordinate representation of color #863E90: hue angle of 292.68º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863E90 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 62 144 -
CMYK 0.07 0.57 0 0.44
HSL 292.68º 0.4% 0.4% -
HSV(B) 292.68º 0.57% 0.56% -
XYZ 16.59 10.53 27.54 -
YUV 92.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 134 62 144 0.07 0.57 0 0.44 292.68 0.4 0.4
Hex 86 3E 90 7 39 0 2C 125 28 28
Octal 206 76 220 7 71 0 54 445 50 50
Binary 10000110 111110 10010000 111 111001 0 101100 100100101 101000 101000

Color Harmonies of #863E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E90

Black with #863E90

Text Example


Text Example

White with #863E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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